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:
parent
60b2ae51dd
commit
46b74c8a40
@ -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}/.."
|
||||
|
Loading…
x
Reference in New Issue
Block a user