aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-14 16:07:44 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-14 16:07:44 +0200
commit74063b5cbeeede86fb8dff6a284b0b5d628a580c (patch)
tree100f9d252d4159478fcccaf10063f5af763f2bc7 /build.sh
parentc835bf15da3ce39b856222d352c800f6ebd51acf (diff)
downloadnissy-core-python-callback.tar.gz
nissy-core-python-callback.zip
More attempts, not workingpython-callback
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index b5daf53..3e731af 100755
--- a/build.sh
+++ b/build.sh
@@ -159,8 +159,8 @@ WASMLINKFLAGS="--no-entry -sEXPORT_NAME='Nissy' -sMODULARIZE
159 -sALLOW_MEMORY_GROWTH -sSTACK_SIZE=5MB -sPTHREAD_POOL_SIZE=$THREADS 159 -sALLOW_MEMORY_GROWTH -sSTACK_SIZE=5MB -sPTHREAD_POOL_SIZE=$THREADS
160 -sFETCH -sASYNCIFY -sLINKABLE -sEXPORT_ALL" 160 -sFETCH -sASYNCIFY -sLINKABLE -sEXPORT_ALL"
161 161
162if (command -v "python3-config" >/dev/null 2>&1) ; then 162if (command -v "python3.13t-config" >/dev/null 2>&1) ; then
163 PYTHON3_INCLUDES="$(python3-config --includes)" 163 PYTHON3_INCLUDES="$(python3.13t-config --includes)"
164 PYTHON3="version $(echo "$PYTHON3_INCLUDES" | sed 's/.*3\./3./')" 164 PYTHON3="version $(echo "$PYTHON3_INCLUDES" | sed 's/.*3\./3./')"
165else 165else
166 PYTHON3_INCLUDES="" 166 PYTHON3_INCLUDES=""

Generated with cgit - Back to sebastiano.tronto.net