Skip to content

Commit 3b669e8

Browse files
committed
Silently build runtime.
1 parent 58e35a3 commit 3b669e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ziggy/src/build-runtime.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
(unless (system (string-append "make -C '"
99
(path->string (normalize-path here))
10-
"' runtime.o"))
10+
"' -s runtime.o"))
1111
(error 'build-runtime "could not build runtime"))
1212

1313
(define runtime-path

0 commit comments

Comments
 (0)