Skip to content

Commit 4c45781

Browse files
committed
Amend setup hints in README
1 parent c7a5484 commit 4c45781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MacOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd /tmp
1616
git clone https://github.com/phpv8/v8js.git
1717
cd v8js
1818
phpize
19-
./configure --with-v8js=/opt/homebrew CPPFLAGS="-DV8_COMPRESS_POINTERS"
19+
./configure --with-v8js=/opt/homebrew CPPFLAGS="-DV8_COMPRESS_POINTERS -DV8_ENABLE_SANDBOX"
2020
make -j4
2121
make test
2222
make install

0 commit comments

Comments
 (0)