Skip to content

Commit

Permalink
Merge pull request #595 from DerThorsten/wasm_fix
Browse files Browse the repository at this point in the history
Wasm fix
  • Loading branch information
JohanMabille committed Oct 30, 2023
2 parents 9aabb99 + 9b2abcd commit e68ca17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ jobs:
export CMAKE_PREFIX_PATH=$PREFIX
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
# remove all the fake pythons binaries
rm -f $PREFIX/bin/python*
emcmake cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
Expand Down
2 changes: 1 addition & 1 deletion environment-wasm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
dependencies:
- cmake
- pip
- python=3.10
- python=3.11
- yarn
- click

0 comments on commit e68ca17

Please sign in to comment.