Linux fixes
This commit is contained in:
parent
69404a26da
commit
176cb9f1c0
|
@ -48,7 +48,12 @@ add_executable(PokemonScriptTester ${SRC_FILES})
|
||||||
add_definitions(-DLEVEL_U8)
|
add_definitions(-DLEVEL_U8)
|
||||||
ADD_DEFINITIONS(-DANGELSCRIPT_DEBUGGER)
|
ADD_DEFINITIONS(-DANGELSCRIPT_DEBUGGER)
|
||||||
|
|
||||||
SET(_LINKS -static pkmnLib Arbutils AngelscriptDebugger -Wl,-Bstatic -lgcc -lstdc++ -lpthread -Wl,-Bdynamic)
|
SET(_LINKS -static pkmnLib Arbutils AngelscriptDebugger)
|
||||||
|
|
||||||
|
if (WINDOWS)
|
||||||
|
SET(_LINKS ${_LINKS} -Wl,-Bstatic -lgcc -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(PokemonScriptTester PUBLIC ${_LINKS})
|
target_link_libraries(PokemonScriptTester PUBLIC ${_LINKS})
|
||||||
target_compile_options(PokemonScriptTester PRIVATE -Wall -Wextra -Werror)
|
target_compile_options(PokemonScriptTester PRIVATE -Wall -Wextra -Werror)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue