Use heptc script directly
This commit is contained in:
parent
1d6b68cef6
commit
d786803a6e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
HEPTC=../../compiler/heptc.byte
|
||||
HEPTC=../../heptc
|
||||
HEPTC_OPTIONS=""
|
||||
|
||||
GCC=gcc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
HEPTC=../../compiler/heptc.byte
|
||||
HEPTC=../../heptc
|
||||
HEPTC_OPTIONS=-memalloc
|
||||
|
||||
GCC=gcc
|
||||
|
|
Loading…
Reference in a new issue