Merge pull request 'main' (#12) from main into release
Reviewed-on: https://codeberg.org/retropikzel/compile-scheme/pulls/12
This commit is contained in:
commit
ce027684ca
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
.SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker
|
.SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
SCHEME=chibi
|
SCHEME=chibi
|
||||||
VERSION=1.1.0
|
VERSION=1.1.1
|
||||||
R6RSTMP=.tmp/${SCHEME}-r6rs
|
R6RSTMP=.tmp/${SCHEME}-r6rs
|
||||||
R7RSTMP=.tmp/${SCHEME}-r7rs
|
R7RSTMP=.tmp/${SCHEME}-r7rs
|
||||||
DOCKERTAG=compile-scheme-test-${SCHEME}
|
DOCKERTAG=compile-scheme-test-${SCHEME}
|
||||||
|
|
|
||||||
|
|
@ -696,8 +696,9 @@
|
||||||
append-directories)
|
append-directories)
|
||||||
" "
|
" "
|
||||||
,exec-cmd
|
,exec-cmd
|
||||||
" tr7i -1 "
|
" tr7i "
|
||||||
,(util-getenv "COMPILE_R7RS_TR7")
|
,(util-getenv "COMPILE_R7RS_TR7")
|
||||||
|
" -1 "
|
||||||
,script-file
|
,script-file
|
||||||
" "
|
" "
|
||||||
,args)))))
|
,args)))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue