Skip to content

Commit a52d65b

Browse files
authored
Update emscripten.yml
1 parent 1424bc8 commit a52d65b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ jobs:
296296
-DLLVM_ENABLE_LIBPFM=OFF `
297297
-DCLANG_BUILD_TOOLS=OFF `
298298
..\llvm
299-
$env:EMCC_CFLAGS="-Oz" emmake make clang cling lld gtest_main
299+
$env:EMCC_CFLAGS="-Oz"
300+
emmake make clang cling lld gtest_main
300301
}
301302
else
302303
{
@@ -337,7 +338,8 @@ jobs:
337338
-DCLANG_BUILD_TOOLS=OFF `
338339
-G Ninja `
339340
..\llvm
340-
$env:EMCC_CFLAGS="-Oz" emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
341+
$env:EMCC_CFLAGS="-Oz"
342+
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
341343
}
342344
cd ..\
343345
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)