forked from cory/tildefriends
Fixes linux.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3242 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
21f2ba9d97
commit
cd68e527cd
@ -45,7 +45,7 @@ elif sys.platform == 'darwin':
|
|||||||
os.path.join(uv, 'build/Release'),
|
os.path.join(uv, 'build/Release'),
|
||||||
])
|
])
|
||||||
else:
|
else:
|
||||||
env.Append(LIBS=['v8_base', 'v8_libbase', 'v8_libplatform', 'v8_nosnapshot', 'icui18n', 'icuuc', 'icudata', 'pthread', 'uv', 'rt', 'dl'])
|
env.Append(LIBS=['v8_libplatform', 'v8_base', 'v8_libbase', 'v8_nosnapshot', 'icui18n', 'icuuc', 'icudata', 'pthread', 'uv', 'rt', 'dl'])
|
||||||
env.Append(CXXFLAGS=['--std=c++0x', '-g', '-Wall'])
|
env.Append(CXXFLAGS=['--std=c++0x', '-g', '-Wall'])
|
||||||
env.Append(CFLAGS=['-g', '-Wall'])
|
env.Append(CFLAGS=['-g', '-Wall'])
|
||||||
env.Append(LINKFLAGS=['-g'])
|
env.Append(LINKFLAGS=['-g'])
|
||||||
|
Loading…
Reference in New Issue
Block a user