Fixes linux.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3242 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2016-06-05 23:07:24 +00:00
parent 21f2ba9d97
commit cd68e527cd

View File

@ -45,7 +45,7 @@ elif sys.platform == 'darwin':
os.path.join(uv, 'build/Release'),
])
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(CFLAGS=['-g', '-Wall'])
env.Append(LINKFLAGS=['-g'])