mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
fix linking with gcc
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ if (EQEMU_BUILD_STATIC AND PERL_LIBRARY)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# link zone against common libraries
|
# link zone against common libraries
|
||||||
target_link_libraries(zone PRIVATE ${ZONE_LIBS} lua_zone perl_zone gm_commands_zone)
|
target_link_libraries(zone PRIVATE lua_zone perl_zone gm_commands_zone ${ZONE_LIBS})
|
||||||
|
|
||||||
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user