all repos — min @ 255c190c252f5cd5046ca9e8c3ada5b760140586

A small but practical concatenative programming language.

Upgraded OpenSSL v3.1.1 (Linux).
h3rald h3rald@h3rald.com
Thu, 20 Jul 2023 14:25:13 +0000
commit

255c190c252f5cd5046ca9e8c3ada5b760140586

parent

936da27f2ee5f4af92dbb7f87290e1f913dcce32

M next-release.mdnext-release.md

@@ -6,3 +6,4 @@

* Documentation improvements and fixes (thanjs @agentofuser, @tristanmcd130, and @jo-he. * Fixed #184 (thanks @inivekin) * Fixed problem with hardcoded relative paths to third-party libraries that prevented installing via nimble. +* Upgraded OpenSSL to v3.1.1.
M tasks/build.mintasks/build.min

@@ -27,7 +27,7 @@ "musl-gcc" which :musl-gcc

(musl-gcc length 0 >) ("--gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc" @musl) when - "nim c $# -d:ssl $# --opt:size --cpu:amd64 --os:$# $#-o:$# min" (d-stage musl target-os d-variant o-variant) =% puts ! pop + "nim c $# -d:ssl -d:useOpenSsl3 $# --opt:size --cpu:amd64 --os:$# $#-o:$# min" (d-stage musl target-os d-variant o-variant) =% puts ! pop (pack-result) ( {}