Update copy_lib_to_staging.sh

Allow for building on removable volumes with a space in their name, ie "/Volumes/T7 Touch/"
This commit is contained in:
MennoVink 2022-07-28 20:33:27 +02:00 committed by GitHub
parent 60b2ae51dd
commit 46b74c8a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,4 @@ mkdir -p "${staging_dir}"
cp -a "${MVK_BUILT_PROD_FILE}" "${staging_dir}/${MVK_PROD_FILENAME}"
# Mark the XCFrameworkStaging directory as changed, to trigger packaging dependencies.
touch ${MVK_XCFWK_STAGING_DIR}/..
touch "${MVK_XCFWK_STAGING_DIR}/.."