From 74ad7325509ece3bcc1d0f5d2206faab92eb1ae6 Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 17 Apr 2014 14:43:05 +0100 Subject: [PATCH] Link native projects with libc++ on OSX. All tests compile on OSX now. --- build/Helpers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Helpers.lua b/build/Helpers.lua index 26b30ad9..e2f3d278 100644 --- a/build/Helpers.lua +++ b/build/Helpers.lua @@ -62,6 +62,7 @@ function SetupNativeProject() configuration { "macosx" } buildoptions { gcc_buildflags, "-stdlib=libc++" } + links { "c++" } -- OS-specific options