Skip to content

Commit

Permalink
emscripten: update EMSDK so it works when installed in /usr/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed May 3, 2024
1 parent 7679c1e commit 345ab2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
EMSDK: '/tmp/emsdk'
EMSDK: '/tmp/emsdk/upstream/emscripten'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"VCPKG_CHAINLOAD_TOOLCHAIN_FILE": {
"type": "FILEPATH",
"value": "$env{EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake"
"value": "$env{EMSDK}/cmake/Modules/Platform/Emscripten.cmake"
},
"OPENBLACK_USE_VCPKG": true,
"VCPKG_TARGET_TRIPLET": "wasm32-emscripten"
Expand Down

0 comments on commit 345ab2e

Please sign in to comment.