Skip to content

Commit e39652c

Browse files
authored
php: Fix replay_build.sh (#13847)
We didn't update this in #13753
1 parent 3368611 commit e39652c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

projects/php/replay_build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@ done
4343
if [ "$SANITIZER" != "memory" ] && [ "$SANITIZER" != "undefined" ]; then
4444
cp sapi/fuzzer/php-fuzz-function-jit $OUT/
4545
cp sapi/fuzzer/php-fuzz-tracing-jit $OUT/
46-
47-
# Copy opcache.so extension, which does not support static linking.
48-
mkdir -p $OUT/modules
49-
cp modules/opcache.so $OUT/modules
50-
fi
46+
fi

0 commit comments

Comments
 (0)