fix(build): DEFINED

This commit is contained in:
superp00t 2024-07-21 19:11:25 -04:00
parent f061cd0cc0
commit 491c201bad

View File

@ -14,7 +14,7 @@ endif()
# FMOD
if(defined WHOA_BUILD_FMOD)
if(DEFINED WHOA_BUILD_FMOD)
add_library(fmod SHARED IMPORTED GLOBAL)
# Determine which flavor of FMOD to use:
# - macOS versions from 10.9 down prefer FMOD Ex