Squashed 'deps/nostalgia/' changes from 5b167fd5..c90a8449

c90a8449 [olympic/turbine] Fix some broken CMake vars
95dcd6be [teagba] Fix not to rely on TURBINE_BUILD_TYPE

git-subtree-dir: deps/nostalgia
git-subtree-split: c90a8449be5f49268748a7ae7ebfa86c83d51001
This commit is contained in:
2023-12-23 15:31:11 -06:00
parent f1b60ef29c
commit 2036ec55cb
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