mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 06:18:21 +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)
|
IF(UNIX)
|
||||||
ADD_DEFINITIONS(-fPIC -fsyntax-only)
|
ADD_DEFINITIONS(-fPIC)
|
||||||
|
SET_PROPERTY(SOURCE ${lb_sources} PROPERTY COMPILE_FLAGS -w)
|
||||||
ENDIF(UNIX)
|
ENDIF(UNIX)
|
||||||
|
|
||||||
SET(LIBRARY_OUTPUT_PATH ../Bin)
|
SET(LIBRARY_OUTPUT_PATH ../Bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user