Skip to content

Commit

Permalink
* Removed the JScript var, it should now come from env
Browse files Browse the repository at this point in the history
  • Loading branch information
spockz committed Jan 3, 2012
1 parent 3e51239 commit bfc45d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/static/hjs/makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,4 @@
LANGUAGE_DIR = /Users/alessandro/Documents/Uni/xp/uhc-jscript/uhc-jscript/src COMPILER = ${UHC} --import-path=${UHC_JSCRIPT} -tjscript --no-recomp --no-hi-check -O,2 # --dump-core-stages=1
COMPILER = ${UHC} --import-path=${LANGUAGE_DIR} -tjscript --no-recomp --no-hi-check -O,2 # --dump-core-stages=1


all: build all: build


Expand Down

0 comments on commit bfc45d9

Please sign in to comment.