Skip to content

BundleUtilities: do not run install_name_tool on scripts

T.J. Corona requested to merge tjcorona/cmake:fixup_bundle_item-fix into master

Copying the logic of commit 08be74bf from !2748 (merged), check if a file is a bash script before running install_name_tool on it. Otherwise, the call errors out with file is not a Mach-O file.

Edited by Brad King

Merge request reports