Skip to content

Commit 2b86d56

Browse files
authored
Update emscripten.yml
1 parent f0779fc commit 2b86d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
-DLLVM_BUILD_TOOLS=OFF `
304304
-DLLVM_ENABLE_LIBPFM=OFF `
305305
-DCLANG_BUILD_TOOLS=OFF `
306-
-DLLVM_NATIVE_TOOL_DIR=$env:NATIVE_DIR `
306+
-DLLVM_NATIVE_TOOL_DIR="$env:NATIVE_DIR" `
307307
..\llvm
308308
emmake make clang cling lld gtest_main
309309
}
@@ -345,7 +345,7 @@ jobs:
345345
-DLLVM_ENABLE_LIBPFM=OFF `
346346
-DCLANG_BUILD_TOOLS=OFF `
347347
-G Ninja `
348-
-DLLVM_NATIVE_TOOL_DIR=$env:NATIVE_DIR `
348+
-DLLVM_NATIVE_TOOL_DIR="$env:NATIVE_DIR" `
349349
..\llvm
350350
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
351351
}

0 commit comments

Comments
 (0)