update SSA path, remove unused SSA stuff
This commit is contained in:
parent
a60ee829ee
commit
fa83190a8f
1 changed files with 0 additions and 4 deletions
|
|
@ -8,12 +8,8 @@ function mac() { [[ "$uname" = "Darwin" ]] }
|
||||||
# ===================
|
# ===================
|
||||||
|
|
||||||
[ -d /usr/local/riak ] && export RIAK=/usr/local/riak
|
[ -d /usr/local/riak ] && export RIAK=/usr/local/riak
|
||||||
[ -d ~/Projects/cappuccino/Build ] && export CAPP_BUILD=~/Projects/cappuccino/Build
|
|
||||||
[ -d ~/Projects/ssa/SSA-ios/Applications/SSA ] && export SSA=~/Projects/ssa/SSA-ios/Applications/SSA
|
[ -d ~/Projects/ssa/SSA-ios/Applications/SSA ] && export SSA=~/Projects/ssa/SSA-ios/Applications/SSA
|
||||||
[ -d ~/Projects/Xcode-build ] && export XCODE_BUILD=~/Projects/Xcode-build
|
[ -d ~/Projects/Xcode-build ] && export XCODE_BUILD=~/Projects/Xcode-build
|
||||||
if which narwhal-jsc >/dev/null 2>&1; then
|
|
||||||
export NARWHAL_ENGINE=jsc
|
|
||||||
fi
|
|
||||||
|
|
||||||
if mac; then
|
if mac; then
|
||||||
# for riak and possibly building javascriptcore
|
# for riak and possibly building javascriptcore
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue