Skip to content

Commit

Permalink
Create build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jan 16, 2025
1 parent 9a943f1 commit 8452b32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/recipes_emscripten/wheel/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

export LDFLAGS="$LDFLAGS -sWASM_BIGINT"


${PYTHON} -m pip install . -vvv --no-deps --no-build-isolation

0 comments on commit 8452b32

Please sign in to comment.