mirror of https://github.com/AxioDL/amuse.git
NX build fixes
This commit is contained in:
parent
81f0a91569
commit
38b9f57cd0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue