Heptc wrapper fix.
This commit is contained in:
parent
30c786c06e
commit
1ef11939d2
1 changed files with 2 additions and 1 deletions
3
heptc
3
heptc
|
@ -7,6 +7,7 @@ COMPILER_DIR=compiler #relative to the script_dir
|
|||
COMPILER=heptc.native
|
||||
HEPTC=$COMPILER_DIR/$COMPILER
|
||||
|
||||
RUN_DIR=`pwd`
|
||||
cd $SCRIPT_DIR
|
||||
|
||||
if [ ! -x $HEPTC ] #compile the compiler
|
||||
|
@ -21,6 +22,6 @@ then
|
|||
$HEPTC -nopervasives lib/pervasives.epi
|
||||
fi
|
||||
|
||||
cd -
|
||||
cd $RUN_DIR
|
||||
|
||||
$SCRIPT_DIR/$HEPTC -stdlib $SCRIPT_DIR/lib "$@" #call the compiler with the passed arguments.
|
||||
|
|
Loading…
Reference in a new issue