Browse Source

Removed "-fvisibility-inlines-hidden" from the Mac build flags.

This might be part of the cause why some declarations were not being properly exported.
pull/226/merge
triton 11 years ago
parent
commit
c542f98770
  1. 2
      build/Helpers.lua

2
build/Helpers.lua

@ -47,7 +47,7 @@ function SetupNativeProject() @@ -47,7 +47,7 @@ function SetupNativeProject()
buildoptions { gcc_buildflags }
configuration { "macosx" }
buildoptions { gcc_buildflags, "-stdlib=libc++", "-fvisibility-inlines-hidden" }
buildoptions { gcc_buildflags, "-stdlib=libc++" }
-- OS-specific options

Loading…
Cancel
Save