Merge pull request #518 from jpcima/resource-fork

Enable the resource fork again
This commit is contained in:
JP Cimalando 2020-10-21 10:26:50 +02:00 committed by GitHub
commit 131720083c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,7 @@ elseif(SFIZZ_AU)
DESTINATION "${PROJECT_BINARY_DIR}/${AUPLUGIN_BUNDLE_NAME}")
# Add the resource fork
if (FALSE) # optional, disabled because broken on CI
if (TRUE)
execute_process(COMMAND "xcrun" "--find" "Rez"
OUTPUT_VARIABLE OSX_REZ_COMMAND OUTPUT_STRIP_TRAILING_WHITESPACE)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/include")