Skip to content

Commit

Permalink
Update build-wam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 25, 2023
1 parent 79a8903 commit b6f872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6f872b

Please sign in to comment.