This repository was archived by the owner on Jan 9, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -915,6 +915,7 @@ if [[ "$(uname -s)" == "Darwin" ]] && [[ "$IS_CROSSCOMPILE" != "yes" ]]; then
915
915
install_name_tool -change " $DIR /bin/php5/lib/libncurses.6.0.dylib" " @loader_path/../lib/libncurses.6.0.dylib" " $DIR /bin/php5/bin/php" >> " $DIR /install.log" 2>&1
916
916
install_name_tool -change " $DIR /bin/php5/lib/libpanel.6.0.dylib" " @loader_path/../lib/libpanel.6.0.dylib" " $DIR /bin/php5/bin/php" >> " $DIR /install.log" 2>&1
917
917
install_name_tool -change " $DIR /bin/php5/lib/libleveldb.dylib.1.18" " @loader_path/../lib/libleveldb.dylib.1.18" " $DIR /bin/php5/bin/php" >> " $DIR /install.log" 2>&1
918
+ install_name_tool -change " $DIR /bin/php5/lib/libpng16.16.dylib" " @loader_path/../lib/libpng16.16.dylib" " $DIR /bin/php5/bin/php" >> " $DIR /install.log" 2>&1
918
919
919
920
# install_name_tool -change "$DIR/bin/php5/lib/libssl.1.0.0.dylib" "@loader_path/../lib/libssl.1.0.0.dylib" "$DIR/bin/php5/bin/php" >> "$DIR/install.log" 2>&1
920
921
# install_name_tool -change "$DIR/bin/php5/lib/libssl.1.0.0.dylib" "@loader_path/../lib/libssl.1.0.0.dylib" "$DIR/bin/php5/lib/libcurl.4.dylib" >> "$DIR/install.log" 2>&1
You can’t perform that action at this time.
0 commit comments