Merge commit '2036ec55cb40bb5067eacd40d7e137142cb80a30'

This commit is contained in:
2023-12-23 15:31:11 -06:00
2 changed files with 9 additions and 4 deletions

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