Browse Source

Link native projects with libc++ on OSX.

All tests compile on OSX now.
pull/227/merge
triton 11 years ago
parent
commit
74ad732550
  1. 1
      build/Helpers.lua

1
build/Helpers.lua

@ -62,6 +62,7 @@ function SetupNativeProject() @@ -62,6 +62,7 @@ function SetupNativeProject()
configuration { "macosx" }
buildoptions { gcc_buildflags, "-stdlib=libc++" }
links { "c++" }
-- OS-specific options

Loading…
Cancel
Save