summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-06-05 15:36:29 +0200
committerRobin Gareus <robin@gareus.org>2019-06-05 15:36:46 +0200
commite4a2472b795579b49a8fbfa12dec330efd6c2a5b (patch)
tree0564e7005151cb6a05e1d407e138e612557cd717 /tools
parentbf7906ce97116df0d31b3da6201eb1b0b5f3c70c (diff)
Fix mac package - libreadline was r-x, changing install_name failed
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 0de1a7a8c8..a58bc5f3db 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -477,6 +477,7 @@ while [ true ] ; do
cp $dep $Frameworks
fi
missing=true
+ chmod 755 $Frameworks/$base
fi
done
done