Only add angelscript debugger to non windows platforms
This commit is contained in:
parent
44e850cfc7
commit
0c82ff9e82
|
@ -48,7 +48,11 @@ 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)
|
SET(_LINKS -static pkmnLib Arbutils)
|
||||||
|
|
||||||
|
if (NOT WINDOWS)
|
||||||
|
SET(_LINKS ${_LINKS} AngelscriptDebugger)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (WINDOWS)
|
if (WINDOWS)
|
||||||
SET(_LINKS ${_LINKS} -Wl,-Bstatic -lgcc -lstdc++ -lpthread -Wl,-Bdynamic)
|
SET(_LINKS ${_LINKS} -Wl,-Bstatic -lgcc -lstdc++ -lpthread -Wl,-Bdynamic)
|
||||||
|
|
Loading…
Reference in New Issue