Skip to content

Commit

Permalink
Build Lua as shared
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzan10 committed Dec 23, 2015
1 parent 27ba925 commit b2cfe1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/build_lua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ExternalProject_Add(
-DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DBUILD_SHARED_LIBS=OFF
-DLUA_BUILD_AS_DLL=OFF
-DBUILD_SHARED_LIBS=ON
-DLUA_BUILD_AS_DLL=ON
${byproducts}
)

Expand Down

0 comments on commit b2cfe1a

Please sign in to comment.