[teagba] Fix not to rely on TURBINE_BUILD_TYPE
This commit is contained in:
2
deps/teagba/src/CMakeLists.txt
vendored
2
deps/teagba/src/CMakeLists.txt
vendored
@ -6,7 +6,7 @@ add_library(
|
||||
gfx.cpp
|
||||
)
|
||||
|
||||
if(TURBINE_BUILD_TYPE STREQUAL "GBA")
|
||||
if(BUILDCORE_TARGET STREQUAL "gba")
|
||||
set_source_files_properties(gfx.cpp PROPERTIES COMPILE_FLAGS -marm)
|
||||
target_sources(
|
||||
TeaGBA PRIVATE
|
||||
|
Reference in New Issue
Block a user