summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--external/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index eba2d4d2..8ba31f31 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -224,6 +224,8 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
add_definitions(-UWIN32_LEAN_AND_MEAN)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_EXTENSIONS 1)
+ unset(CMAKE_C_VISIBILITY_PRESET)
+ unset(CMAKE_VISIBILITY_INLINES_HIDDEN)
add_subdirectory(luajit)
endfunction()