1
0
Fork 0

Compare commits

..

3 Commits

Author SHA1 Message Date
retropikzel ce027684ca Merge pull request 'main' (#12) from main into release
Reviewed-on: https://codeberg.org/retropikzel/compile-scheme/pulls/12
2025-12-12 10:03:57 +01:00
retropikzel 56806688b5 tr7 fixes 2025-12-12 11:03:22 +02:00
retropikzel c890b9918f tr7 fixes 2025-12-12 11:00:21 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker
PREFIX=/usr/local
SCHEME=chibi
VERSION=1.1.0
VERSION=1.1.1
R6RSTMP=.tmp/${SCHEME}-r6rs
R7RSTMP=.tmp/${SCHEME}-r7rs
DOCKERTAG=compile-scheme-test-${SCHEME}

View File

@ -696,8 +696,9 @@
append-directories)
" "
,exec-cmd
" tr7i -1 "
" tr7i "
,(util-getenv "COMPILE_R7RS_TR7")
" -1 "
,script-file
" "
,args)))))