Skip to content

Commit b2cfe1a

Browse files
committed
Build Lua as shared
1 parent 27ba925 commit b2cfe1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeModules/build_lua.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ExternalProject_Add(
3333
-DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}
3434
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
3535
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
36-
-DBUILD_SHARED_LIBS=OFF
37-
-DLUA_BUILD_AS_DLL=OFF
36+
-DBUILD_SHARED_LIBS=ON
37+
-DLUA_BUILD_AS_DLL=ON
3838
${byproducts}
3939
)
4040

0 commit comments

Comments
 (0)