-
-
Save yappo/2346107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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