Skip to content

Commit af6321d

Browse files
committed
Skip native part of the test build on windows
1 parent ef7bfe7 commit af6321d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ REM ============================================================================
256256
if "%__SkipNative%" == "1" goto skipnative
257257
if "%__GenerateLayoutOnly%" == "1" goto skipnative
258258
if "%__CopyNativeTestBinaries%" == "1" goto skipnative
259+
if "%__BuildArch%" == "wasm" goto skipnative
259260

260261
echo %__MsgPrefix%Commencing build of native test components for %__BuildArch%/%__BuildType%
261262

0 commit comments

Comments
 (0)