Remove static exe build spec

This commit is contained in:
Dimitri Lozeve 2022-10-03 17:59:13 +02:00
parent c7eb55cf82
commit 563e7c37f6

View file

@ -7,7 +7,7 @@
"uniplot/lineplot"))
(def bin-build-spec
'((static-exe: "uniplot")))
'((exe: "uniplot")))
(def srcdir
(path-normalize (path-directory (this-source-file))))