blob: c3d0177fd7aae0bf34862cedf0c038dcad481a06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PROJECT="gnunet"
TOOLDIR="toolchain"
export TOOLDIR
PATH="${SYSROOT}/${TOOLDIR}/bin:${SYSROOT}/${TOOLDIR}/opt/emscripten:${PATH}"
export PATH
EM_CONFIG="${SYSROOT}/${TOOLDIR}/etc/emscripten"
export EM_CONFIG
EM_CACHE="${SYSROOT}/${TOOLDIR}/var/cache/emscripten"
export EM_CACHE
# vim: filetype=sh
|