summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 5bafdd7..f05633e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -13,9 +13,9 @@ if env['PLATFORM'] == 'darwin':
env.Append(CPPFLAGS = '-m32')
env.Append(LINKFLAGS = '-m32')
env.Append(FRAMEWORKS = ['phonon'])
-#else:
+else:
#env.Append(CPPPATH = [])
- #env.Append(LIBS = [])
+ env.Append(LIBS = ['phonon'])
if not GetOption('release'):
env.Append(CPPFLAGS = ['-Wall', '-g'])