[jasper] Fix GBA build
This commit is contained in:
@ -3,7 +3,7 @@ add_executable(
|
||||
app.cpp
|
||||
)
|
||||
|
||||
if(${BUILDCORE_TARGET} STREQUAL "gba")
|
||||
if(BUILDCORE_TARGET STREQUAL "gba")
|
||||
set(LOAD_KEEL_MODS FALSE)
|
||||
set_target_properties(jasper
|
||||
PROPERTIES
|
||||
|
Reference in New Issue
Block a user