[nostalgia,turbine] Change NOSTALGIA_BUILD_TYPE to TURBINE_BUILD_TYPE

This commit is contained in:
2023-06-03 20:51:18 -05:00
parent 65268408cd
commit 7d0dcae00e
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if(NOSTALGIA_BUILD_PLAYER)
add_subdirectory(player)
endif()
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
if(TURBINE_BUILD_TYPE STREQUAL "Native")
add_subdirectory(tools)
if(NOSTALGIA_BUILD_STUDIO)
add_subdirectory(studio)