mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Merge pull request #23 from azerothcore/Rochet2-patch-1
Try fix warning
This commit is contained in:
@@ -26,3 +26,9 @@ target_include_directories(lualib
|
||||
${PUBLIC_INCLUDES}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
if (APPLE)
|
||||
target_compile_definitions(lualib PUBLIC LUA_USE_MACOSX)
|
||||
elseif (UNIX)
|
||||
target_compile_definitions(lualib PUBLIC LUA_USE_LINUX)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user