mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
[Build] Fix Linking with GCC (#4969)
Co-authored-by: solar <solar@heliacal.net>
This commit is contained in:
parent
909de47acd
commit
ffa813b92c
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user