Skip to content

Commit 11718d9

Browse files
committed
chore: remove environment variable from Justfile
1 parent 8ef1058 commit 11718d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

guests/python/Justfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export PYO3_CROSS_LIB_DIR := DOWNLOADS_DIR / "python-sdk"
2424
PYTHON_TMP_VENV := DOWNLOADS_DIR / "venv"
2525
PYTHON_SITE_PACKAGES := PYO3_CROSS_LIB_DIR / "lib" / "python" + PYO3_CROSS_PYTHON_VERSION / "site-packages"
2626

27-
# Not used in the script but the linker must know where to find the WASI sysroot libs.
28-
export WASI_SDK_LINK_PATH := DOWNLOADS_DIR / "wasi-sysroot" / "lib" / "wasm32-wasip2"
29-
3027
# download pre-built Python WASM SDK
3128
[private]
3229
download-python-sdk:

0 commit comments

Comments
 (0)