Skip to content

Commit d7263e7

Browse files
committed
undo comment out x86
1 parent 412a57b commit d7263e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/compile/all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ compile_arch() {
1313
}
1414

1515
compile() {
16-
for arch in arm #x86
16+
for arch in arm x86
1717
do
1818
export JSC_ARCH=$arch
1919
export ENABLE_COMPAT=1
2020
compile_arch
2121
done
2222

23-
for arch in arm64 #x86_64
23+
for arch in arm64 x86_64
2424
do
2525
export JSC_ARCH=$arch
2626
export ENABLE_COMPAT=0

0 commit comments

Comments
 (0)