all repos — hastyscribe @ a59ee71e9278dfd3747b6f00cc4155326a7b506b

A professional markdown compiler.

Added possibility to compile unknown architectures by providing a custom libmarkdown.a
h3rald h3rald@h3rald.com
Fri, 22 May 2026 09:48:49 +0200
commit

a59ee71e9278dfd3747b6f00cc4155326a7b506b

parent

9baf5b6292291a4c0f1336368255c966745aa612

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

jump to
M src/hastyscribe.nimsrc/hastyscribe.nim

@@ -32,6 +32,8 @@ elif defined(linux) and defined(amd64):

{.passL: "-static -L"&currentSourcePath().parentDir&"/hastyscribepkg/vendor/markdown/linux -lmarkdown".} elif defined(macosx) and defined(amd64): {.passL: "-Bstatic -L"&currentSourcePath().parentDir&"/hastyscribepkg/vendor/markdown/macosx -lmarkdown -Bdynamic".} +else: + {.passL: "-static -L"&currentSourcePath().parentDir&"/hastyscribepkg/vendor/markdown/unknown -lmarkdown".} type