about summary refs log tree commit diff stats
path: root/scramble.scm
diff options
context:
space:
mode:
authorCase Duckworth2024-06-05 12:54:58 -0500
committerCase Duckworth2024-06-05 12:54:58 -0500
commit267ffb1a1a23301e68dc9ab50985d78e0a124686 (patch)
treee8f1880f5063ec2d30381780a38d471d7ffd7fca /scramble.scm
parentImprove! (diff)
downloadscramble-main.tar.gz
scramble-main.zip
correct typo main
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")))