From 24d33acc2628056c80ff4aef55fa489f89aa6adb Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 3 Sep 2016 21:45:12 +0000 Subject: [PATCH] Fixes osx, probably. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3319 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 87743d4f..887006ce 100644 --- a/SConstruct +++ b/SConstruct @@ -36,7 +36,7 @@ if sys.platform == 'win32': ]) env.Append(LINKFLAGS=['/RELEASE', '/OPT:REF', '/OPT:ICF']) elif sys.platform == 'darwin': - env.Append(LIBS=['v8_base', 'v8_libbase', 'v8_libplatform', 'v8_nosnapshot', 'icui18n', 'icuuc', 'pthread', 'uv']) + env.Append(LIBS=['v8_base', 'v8_libbase', 'v8_libsampler', 'v8_libplatform', 'v8_nosnapshot', 'icui18n', 'icuuc', 'pthread', 'uv']) env.Append(CXXFLAGS=['--std=c++11', '-g', '-Wall', '-stdlib=libc++']) env.Append(CFLAGS=['-g', '-Wall']) env.Append(LINKFLAGS=['-g', '-stdlib=libc++'])