about summary refs log tree commit diff stats
path: root/scramble.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scramble.scm')
-rw-r--r--scramble.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scramble.scm b/scramble.scm index 8f1ac19..d4f6206 100644 --- a/scramble.scm +++ b/scramble.scm
@@ -125,7 +125,7 @@
125 "@mkdir -p $(BUILD)" 125 "@mkdir -p $(BUILD)"
126 `("$(CSC) $(CSC_OPTIONS)" 126 `("$(CSC) $(CSC_OPTIONS)"
127 ,(if (eq? (car (find-component c)) 'extension) 127 ,(if (eq? (car (find-component c)) 'extension)
128 "$CSC_LIB_OPTIONS" "") 128 "$(CSC_LIB_OPTIONS)" "")
129 "$(CSC_OPTIONS_EXTRA)" 129 "$(CSC_OPTIONS_EXTRA)"
130 "$< -o $@") 130 "$< -o $@")
131 (let ((.import.scm (string-append (->string c) ".import.scm"))) 131 (let ((.import.scm (string-append (->string c) ".import.scm")))