Skip to content

Instantly share code, notes, and snippets.

@yappo
Created April 9, 2012 19:48
Show Gist options
  • Select an option

  • Save yappo/2346107 to your computer and use it in GitHub Desktop.

Select an option

Save yappo/2346107 to your computer and use it in GitHub Desktop.
diff --git a/SConstruct b/SConstruct
index 3d8c336..c3a1ff0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -230,7 +230,7 @@ with open('config.json', 'w') as f:
'CPPPATH': env.get('CPPPATH') or [],
'CXXFLAGS': env.get('CXXFLAGS'),
'PREFIX': env.get('PREFIX'),
- 'LIBS': ['tora'] + env.get('LIBS'),
+ 'LIBS': env.get('LIBS'),
'TOOLS': tools,
'SHLIBPREFIX': '',
'LINKFLAGS': ['' + x for x in env.get('LINKFLAGS')[1:]],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment