We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86d56 commit fee3d03Copy full SHA for fee3d03
.github/workflows/emscripten.yml
@@ -314,13 +314,11 @@ jobs:
314
#FIXME: Apply patches without hardcoding
315
if ( "${{ matrix.clang-runtime }}" -imatch "19" )
316
{
317
- git apply -v Windows-emscripten-clang19-1-CrossCompile.patch
318
git apply -v emscripten-clang19-2-shift-temporary-files-to-tmp-dir.patch
319
git apply -v emscripten-clang19-3-remove-zdefs.patch
320
}
321
elseif ( "${{ matrix.clang-runtime }}" -imatch "20" )
322
323
- git apply -v Windows-emscripten-clang20-1-CrossCompile.patch
324
git apply -v emscripten-clang20-2-shift-temporary-files-to-tmp-dir.patch
325
326
cd build
0 commit comments