File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ install_php() {
7676 fi
7777
7878 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 "
8080 exit 1
8181 fi
8282 fi
@@ -335,6 +335,9 @@ os_based_configure_options() {
335335 missing_required_packages=" $missing_required_packages libiconv"
336336 fi
337337 else
338+ echo " test"
339+ echo $( locate libpng)
340+ echo $( locate libjpeg)
338341 local jpeg_path=$( locate libjpeg | awk ' { print length(), $0 | "sort -n" }' | cut -d" " -f2- | head -n 1)
339342 local libpng_path=$( locate libpng | awk ' { print length(), $0 | "sort -n" }' | cut -d" " -f2- | head -n 1)
340343 configure_options=" --with-openssl --with-curl --with-zlib --with-readline --with-gettext"
@@ -353,7 +356,7 @@ os_based_configure_options() {
353356 fi
354357
355358 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 "
357360 exit 1
358361 fi
359362
You can’t perform that action at this time.
0 commit comments