~marcustomlinson/unity-js-scopes/support-new-sdk

1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))

# io.js

cd $DIR

cd io.js
./configure --enable-static
make -j3