Skip to content

Commit

Permalink
add path prefix to compiler helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
takeoutweight committed Sep 12, 2012
1 parent 4531153 commit 086c0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/gambit-compile
Expand Up @@ -55,9 +55,9 @@ CLJ
if [ ! -f "cljs.core" ]
then
echo "ClojureScript Scheme Core not found. Generating new..."
scheme_compile src/cljs/cljs/core.cljs
mv src/cljs/cljs/core.scm cljs.core
ln -s src/cljs/cljs/polymorphic-apply.scm .
scheme_compile $CLOJURESCRIPT_HOME/src/cljs/cljs/core.cljs
mv $CLOJURESCRIPT_HOME/src/cljs/cljs/core.scm cljs.core
ln -s $CLOJURESCRIPT_HOME/src/cljs/cljs/polymorphic-apply.scm .
fi

echo "Starting... please wait"
Expand Down

0 comments on commit 086c0db

Please sign in to comment.