From 267ffb1a1a23301e68dc9ab50985d78e0a124686 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 5 Jun 2024 12:54:58 -0500 Subject: correct typo --- scramble.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scramble.scm') diff --git a/scramble.scm b/scramble.scm index 8f1ac19..d4f6206 100644 --- a/scramble.scm +++ b/scramble.scm @@ -125,7 +125,7 @@ "@mkdir -p $(BUILD)" `("$(CSC) $(CSC_OPTIONS)" ,(if (eq? (car (find-component c)) 'extension) - "$CSC_LIB_OPTIONS" "") + "$(CSC_LIB_OPTIONS)" "") "$(CSC_OPTIONS_EXTRA)" "$< -o $@") (let ((.import.scm (string-append (->string c) ".import.scm"))) -- cgit 1.4.1-21-gabe81