mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 17:48:20 +00:00
luabind now actually correctly builds with warning suppressed.
This commit is contained in:
@@ -28,7 +28,8 @@ ADD_LIBRARY(luabind ${lb_sources} ${lb_headers})
|
||||
|
||||
|
||||
IF(UNIX)
|
||||
ADD_DEFINITIONS(-fPIC -fsyntax-only)
|
||||
ADD_DEFINITIONS(-fPIC)
|
||||
SET_PROPERTY(SOURCE ${lb_sources} PROPERTY COMPILE_FLAGS -w)
|
||||
ENDIF(UNIX)
|
||||
|
||||
SET(LIBRARY_OUTPUT_PATH ../Bin)
|
||||
|
||||
Reference in New Issue
Block a user