We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f01965 commit 5968cf3Copy full SHA for 5968cf3
python-wasi-sdk.sh
@@ -32,6 +32,7 @@ else
32
then
33
. /etc/os-release
34
export DISTRIB_ID="${ID}${VERSION_ID}"
35
+ export DISTRIB_RELEASE=$(arch)
36
else
37
# or not
38
export DISTRIB_ID=$($SYS_PYTHON -E -c "print(__import__('sysconfig').get_config_var('HOST_GNU_TYPE'))")
python-wasm-sdk.sh
0 commit comments