aboutsummaryrefslogtreecommitdiffstats
path: root/build.scm
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:31 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:31 -0800
commitae2b295c7deaf2d7c18ad1ed9b6050970e56bae7 (patch)
treeeee15e02ae016333546d3841712be591b2bcb06f /build.scm
parent302e3218b7d487539ec305bf23881a6ee7d5be99 (diff)
downloadscm-ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7.tar.gz
scm-ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7.zip
Import Upstream version 5e2upstream/5e2
Diffstat (limited to 'build.scm')
-rw-r--r--build.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.scm b/build.scm
index a467a52..664eb28 100644
--- a/build.scm
+++ b/build.scm
@@ -1934,7 +1934,9 @@
(lambda (batch-port)
(define o-files #f)
(adjoin-parameters! parms (list 'batch-port batch-port))
-
+ (batch:comment
+ parms
+ (string-append "[-p " (symbol->string platform) "]"))
(let ((options-file (parameter-list-ref parms 'options-file)))
(and (not (null? options-file))
(batch:comment