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