Skip to content

Commit 0586f8e

Browse files
committed
Merge branch 'stable' of github.com:pmmp/php-build-scripts into stable
2 parents 67e71c1 + 68c216d commit 0586f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ if [ "$HAVE_OPCACHE" == "yes" ]; then
13781378
echo "opcache.jit_buffer_size=128M" >> "$INSTALL_DIR/bin/php.ini"
13791379
fi
13801380
fi
1381-
if [ "$COMPILE_TARGET" == "mac-"* ]; then
1381+
if [[ "$COMPILE_TARGET" == "mac-"* ]]; then
13821382
#we don't have permission to allocate executable memory on macOS due to not being codesigned
13831383
#workaround this for now by disabling PCRE JIT
13841384
echo "" >> "$INSTALL_DIR/bin/php.ini"

0 commit comments

Comments
 (0)