Signed-off-by: amzn-sj <srikkant@amazon.com>
monroegm-disable-blank-issue-2
amzn-sj 4 years ago committed by GitHub
parent b87e6896e6
commit 76ff7aec29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,7 +216,7 @@ if(@target_file_dir@ MATCHES ".app/Contents/MacOS")
# fixup bundle ends up removing the rpath of dxc (despite we exclude it)
if(EXISTS "${bundle_path}/Contents/MacOS/Builders/DirectXShaderCompiler/bin/dxc-3.7")
execute_process(COMMAND $"{LY_INSTALL_NAME_TOOL}" -add_rpath @executable_path/../lib ${bundle_path}/Contents/MacOS/Builders/DirectXShaderCompiler/bin/dxc-3.7)
execute_process(COMMAND "${LY_INSTALL_NAME_TOOL}" -add_rpath @executable_path/../lib ${bundle_path}/Contents/MacOS/Builders/DirectXShaderCompiler/bin/dxc-3.7)
endif()
# misplaced .DS_Store files can cause signing to fail

Loading…
Cancel
Save