blob: b4f6bbca21d92419f2317c22ecf4c0a06fd38407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Sconstruct.orig 2009-10-29 12:05:41.000000000 +0000
+++ Sconstruct 2009-10-29 12:05:02.000000000 +0000
@@ -265,7 +265,7 @@
if str(env['portaudio']) == "1": env.Append( LIBS = [ "portaudio" ] )
if str(env['portmidi']) == "1":
env.Append( LIBS = [ "portmidi" ] )
- env.Append( LIBS = [ "porttime" ] )
+# env.Append( LIBS = [ "porttime" ] )
if str(env['lash']) == "1":
env.ParseConfig('pkg-config --cflags --libs lash-1.0')
|