mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 11:30:09 +03:00
fix(build): DEFINED
This commit is contained in:
parent
f061cd0cc0
commit
491c201bad
2
vendor/CMakeLists.txt
vendored
2
vendor/CMakeLists.txt
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user