Skip to content

Commit

Permalink
missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Feb 10, 2024
1 parent 2196c04 commit 2762af5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ export PYDK_PYTHON_HOST_PLATFORM=wasm32-${WASM_FLAVOUR}-emscripten
# ============== wasi sdk ===============

# stable
WASI_SDK=${WASI_SDK:-20}
WASI_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK}/wasi-sdk-${WASI_SDK}.0-linux.tar.gz

WASISDK="${SDKROOT}/wasisdk"
export WASI_SDK=${WASI_SDK:-20}
export WASI_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK}/wasi-sdk-${WASI_SDK}.0-linux.tar.gz
export WASISDK="${SDKROOT}/wasisdk"


# =============== Nimrod ====================
Expand All @@ -101,11 +100,9 @@ NIM_URL=https://nim-lang.org/download/${NIM_VERSION}-linux_x64.tar.xz
NIM_VERSION=nim-git
NIM_URL=https://github.com/nim-lang/Nim

NIMSDK=${NIMSDK:-"${SDKROOT}/nimsdk"}


export NIM_VERSION NIM_URL
export NIMSDK=${NIMSDK:-"${SDKROOT}/nimsdk"}

#OLDPATH=${PATH}

PATH=/usr/bin:/bin
for extrabin in /usr/local/bin /opt/bin
Expand Down

0 comments on commit 2762af5

Please sign in to comment.