fix(build): Source env.sh in build-wasm-test.sh for Python 3.10+
Emscripten 4.0.22+ requires Python 3.10+ (uses match statement). The env.sh script sets EMSDK_PYTHON to use Homebrew's Python instead of the system Python 3.9.6. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
71d2444729
commit
f5f81b2137
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
# Redirect all output to a log file (re-execs script with redirection)
|
||||
source "$(dirname "$0")/common/logging.sh"
|
||||
source "$(dirname "$0")/common/env.sh"
|
||||
# This script creates library symlinks and builds the test apps
|
||||
#
|
||||
# Usage:
|
||||
|
|
|
|||
Loading…
Reference in a new issue