From b6f872be0cfaf83c8f6a6dd0a0b1272108c1841c Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Wed, 25 Jan 2023 22:30:59 +0100 Subject: [PATCH] Update build-wam.yml --- .github/workflows/build-wam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wam.yml b/.github/workflows/build-wam.yml index 8b985c6..eec4879 100644 --- a/.github/workflows/build-wam.yml +++ b/.github/workflows/build-wam.yml @@ -35,7 +35,7 @@ jobs: - name: Patch emcc.py run: | - sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if False:",g $(EMSDK)/emsdk/upstream/emscripten/emcc.py + sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if False:",g $EMSDK/upstream/emscripten/emcc.py shell: bash - name: Get WAM SDKS