[teagba] Fix not to rely on TURBINE_BUILD_TYPE

This commit is contained in:
Gary Talent 2023-12-23 15:30:22 -06:00
parent 5b167fd53b
commit 95dcd6bee7

View File

@ -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