From 563e7c37f68c93fa0a007d6a92d16ed187f4cf13 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 3 Oct 2022 17:59:13 +0200 Subject: [PATCH] Remove static exe build spec --- build.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ss b/build.ss index 46e9cc7..c505368 100755 --- a/build.ss +++ b/build.ss @@ -7,7 +7,7 @@ "uniplot/lineplot")) (def bin-build-spec - '((static-exe: "uniplot"))) + '((exe: "uniplot"))) (def srcdir (path-normalize (path-directory (this-source-file))))