[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

View File

@ -1,6 +1,6 @@
include_directories(".")
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
if(TURBINE_BUILD_TYPE STREQUAL "Native")
add_subdirectory(glutils)
add_subdirectory(studio)
endif()