fix(build): DEFINED

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

View file

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