File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ if [[ $(uname -s) == 'Linux' ]]; then
5555 wget https://iojs.org/download/release/${NVER} /iojs-${NVER} -${platform} -x86.tar.gz
5656 tar xf iojs-${NVER} -${platform} -x86.tar.gz
5757 # enable 32 bit iojs
58- export PATH=$( pwd) /iojs-${NVER} -${platform} -x86/bin:$PATH
58+ export PATH=$( pwd) /iojs-${NVER} -${platform} -x86/bin:$( pwd ) /iojs- ${NVER} - ${platform} -ia32/bin: $ PATH
5959 else
6060 wget http://nodejs.org/dist/${NVER} /node-${NVER} -${platform} -x86.tar.gz
6161 tar xf node-${NVER} -${platform} -x86.tar.gz
6262 # enable 32 bit node
63- export PATH=$( pwd) /node-${NVER} -${platform} -x86/bin:$PATH
63+ export PATH=$( pwd) /node-${NVER} -${platform} -x86/bin:$( pwd ) /node- ${NVER} - ${platform} -ia32/bin: $ PATH
6464 fi
6565 node -e " console.log(process.arch,process.execPath)"
6666 # install 32 bit compiler toolchain and X11
You can’t perform that action at this time.
0 commit comments