Commit ac57008 1 parent 4ea1ec8 commit ac57008 Copy full SHA for ac57008
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ install_php() {
76
76
fi
77
77
78
78
if [ -n " $missing_required_packages " ]; then
79
- echo " Required packages are missing, install via homebrew : $missing_required_packages "
79
+ echo " Required packages are missing: $missing_required_packages "
80
80
exit 1
81
81
fi
82
82
fi
@@ -335,6 +335,9 @@ os_based_configure_options() {
335
335
missing_required_packages=" $missing_required_packages libiconv"
336
336
fi
337
337
else
338
+ echo " test"
339
+ echo $( locate libpng)
340
+ echo $( locate libjpeg)
338
341
local jpeg_path=$( locate libjpeg | awk ' { print length(), $0 | "sort -n" }' | cut -d" " -f2- | head -n 1)
339
342
local libpng_path=$( locate libpng | awk ' { print length(), $0 | "sort -n" }' | cut -d" " -f2- | head -n 1)
340
343
configure_options=" --with-openssl --with-curl --with-zlib --with-readline --with-gettext"
@@ -353,7 +356,7 @@ os_based_configure_options() {
353
356
fi
354
357
355
358
if [ -n " $missing_required_packages " ]; then
356
- echo " Required packages are missing, install via homebrew : $missing_required_packages "
359
+ echo " Required packages are missing: $missing_required_packages "
357
360
exit 1
358
361
fi
359
362
You can’t perform that action at this time.
0 commit comments