This website works better with JavaScript.
Home
Help
Sign In
non
/
spiralsynthmodular
mirror of
https://github.com/original-male/spiralsynthmodular
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
A small build fix.
master
thesloth
22 years ago
parent
5f7a460a64
commit
cce9f6078c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
SpiralSound/Plugins/DiskWriterPlugin/Makefile.in
+ 1
- 1
SpiralSound/Plugins/DiskWriterPlugin/Makefile.in
View File
@@ -14,7 +14,7 @@ CXXFLAGS= @CXXFLAGS@
INCPATH = -I/usr/X11R6/include
LINK = g++ -shared
LFLAGS =
LIBS = -L/usr/X11R6/lib @FLTK_LIBS@ -lGL -lXext -lX11 -l
m -l
dl
LIBS = -L/usr/X11R6/lib @FLTK_LIBS@ -lGL -lXext -lX11 -ldl
MOC = moc
UIC =
Write
Preview
Loading…
Cancel
Save