Skip to content

Commit 9752c5a

Browse files
Explicitly enable JAVASCRIPTKIT_EXPERIMENTAL_BRIDGEJS for unittest
1 parent 0ff3ebf commit 9752c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
.PHONY: unittest
1717
unittest:
1818
@echo Running unit tests
19-
swift package --swift-sdk "$(SWIFT_SDK_ID)" \
19+
env JAVASCRIPTKIT_EXPERIMENTAL_BRIDGEJS=1 swift package --swift-sdk "$(SWIFT_SDK_ID)" \
2020
--disable-sandbox \
2121
-Xlinker --stack-first \
2222
-Xlinker --global-base=524288 \

0 commit comments

Comments
 (0)