We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375fff3 commit 27ba925Copy full SHA for 27ba925
1 file changed
CMakeModules/build_lua.cmake
@@ -12,6 +12,10 @@ ELSE()
12
SET(byproducts BYPRODUCTS ${lua_location})
13
ENDIF()
14
15
+IF(WIN32)
16
+ ADD_DEFINITIONS("-DLUA_DL_DLL")
17
+ENDIF()
18
+
19
# FIXME Tag forge correctly during release
20
ExternalProject_Add(
21
lua-ext
0 commit comments