Skip to content

Commit

Permalink
Fix the packaging of the Visual studio build
Browse files Browse the repository at this point in the history
- remove wlua
- install the luasb.dll
  • Loading branch information
trink committed Jul 22, 2015
1 parent 3bdd565 commit 82ae00d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/externals.cmake
Expand Up @@ -65,7 +65,7 @@ else()
externalproject_add(
${LUA_PROJECT}
GIT_REPOSITORY https://github.com/trink/lua.git
GIT_TAG 477c0b5ae0932953ee41ab7cd24098c23e3e33c3
GIT_TAG 57d3e82ef270b20dc976f3a6001439589c807793
CMAKE_ARGS ${SANDBOX_CMAKE_ARGS}
INSTALL_ARGS ${INST_ARGS}
)
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -28,6 +28,7 @@ add_dependencies(lua_cuckoo_filter luasandbox)
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
set(LUA_SANDBOX_LIBS "${EP_BASE}/lib/luasb.lib")
install(DIRECTORY "${EP_BASE}/bin/" DESTINATION lib COMPONENT core PATTERN "*.dll")
elseif(MINGW)
add_definitions(-D_MINGW)
set(LUA_SANDBOX_LIBS "${EP_BASE}/bin/libluasb.dll")
Expand Down

0 comments on commit 82ae00d

Please sign in to comment.