1
0
Fork 0

Using dlopen() on all platforms except WIN32.

This commit is contained in:
madmaxoft 2014-01-10 10:03:39 +01:00
parent 18310752b8
commit 1704d0fd6b
1 changed files with 1 additions and 5 deletions

View File

@ -27,11 +27,7 @@ endif()
# Tell Lua what dynamic loader to use (for LuaRocks):
if (UNIX)
if (APPLE)
add_definitions(-DLUA_USE_MACOSX)
else()
add_definitions(-DLUA_USE_LINUX)
endif ()
add_definitions(-DLUA_USE_DLOPEN)
endif()
if (UNIX)