all repos — min @ b6db4fff13c3cb69ef24afa2341dcd3e57927675

A small but practical concatenative programming language.

Building with musl-gcc if present
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 13:24:26 +0000
commit

b6db4fff13c3cb69ef24afa2341dcd3e57927675

parent

ede33919d72b8e5153a268bcbc064829bf8612d4

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M min.nimsmin.nims

@@ -18,6 +18,10 @@

when not defined(nossl): switch("define", "ssl") +if findExe("musl-gcc") != "": + switch("gcc.exe", "musl-gcc") + switch("gcc.linkerexe", "musl-gcc") + when defined(ssl) and not defined(mini): switch("threads", "on") when defined(windows):