Remove static exe build spec
This commit is contained in:
parent
c7eb55cf82
commit
563e7c37f6
1 changed files with 1 additions and 1 deletions
2
build.ss
2
build.ss
|
@ -7,7 +7,7 @@
|
||||||
"uniplot/lineplot"))
|
"uniplot/lineplot"))
|
||||||
|
|
||||||
(def bin-build-spec
|
(def bin-build-spec
|
||||||
'((static-exe: "uniplot")))
|
'((exe: "uniplot")))
|
||||||
|
|
||||||
(def srcdir
|
(def srcdir
|
||||||
(path-normalize (path-directory (this-source-file))))
|
(path-normalize (path-directory (this-source-file))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue