NX build fixes

This commit is contained in:
Jack Andersen 2018-10-06 16:54:56 -10:00
parent 81f0a91569
commit 38b9f57cd0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if(COMMAND cotire)
cotire(amuse)
endif()
if(TARGET boo AND NOT WINDOWS_STORE)
if(TARGET boo AND NOT WINDOWS_STORE AND NOT NX)
# AudioUnit Target (OS X only)
add_subdirectory(AudioUnit)