We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7bfe7 commit af6321dCopy full SHA for af6321d
src/tests/build.cmd
@@ -256,6 +256,7 @@ REM ============================================================================
256
if "%__SkipNative%" == "1" goto skipnative
257
if "%__GenerateLayoutOnly%" == "1" goto skipnative
258
if "%__CopyNativeTestBinaries%" == "1" goto skipnative
259
+if "%__BuildArch%" == "wasm" goto skipnative
260
261
echo %__MsgPrefix%Commencing build of native test components for %__BuildArch%/%__BuildType%
262
0 commit comments