brummer10 / XUiDesigner

A WYSIWYG LV2 GUI/plugin creator tool
BSD Zero Clause License
103 stars 4 forks source link

Fix SyntaxWarning : invalid escape sequence '\s' #26

Closed Schmitty2005 closed 3 months ago

Schmitty2005 commented 3 months ago

Fixes error when running dsp2cc in CLI

usr/bin/dsp2cc:1349: SyntaxWarning: invalid escape sequence '\s' if re.match('\s*//', line): Usage: dsp2cc [options] <faust-dsp-file>

Schmitty2005 commented 3 months ago

Added -pthread -lpthread to LDFLAGS on linux makefile outputs

brummer10 commented 3 months ago

Thank you.