Skip to content

Commit

Permalink
Add dll option for lua
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzan10 committed Dec 23, 2015
1 parent 375fff3 commit 27ba925
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeModules/build_lua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ ELSE()
SET(byproducts BYPRODUCTS ${lua_location})
ENDIF()

IF(WIN32)
ADD_DEFINITIONS("-DLUA_DL_DLL")
ENDIF()

# FIXME Tag forge correctly during release
ExternalProject_Add(
lua-ext
Expand Down

0 comments on commit 27ba925

Please sign in to comment.