mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
fix(build): DEFINED
This commit is contained in:
parent
f061cd0cc0
commit
491c201bad
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue