We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7c217 commit d0b8338Copy full SHA for d0b8338
1 file changed
build-static.sh
@@ -42,7 +42,7 @@ if [ -z "${SPC_OPT_BUILD_ARGS}" ]; then
42
SPC_OPT_BUILD_ARGS=""
43
fi
44
if [ "${SPC_LIBC}" = "musl" ] && [[ "${SPC_OPT_BUILD_ARGS}" != *"--disable-opcache-jit"* ]]; then
45
- SPC_OPT_BUILD_ARGS="${SPC_OPT_BUILD_ARGS} --disable-opcache-jit"
+ SPC_OPT_BUILD_ARGS="${SPC_OPT_BUILD_ARGS} --disable-opcache-jit"
46
47
# init spc download additional args
48
if [ -z "${SPC_OPT_DOWNLOAD_ARGS}" ]; then
0 commit comments