all repos — min @ 0089b095160d867c72156c6bccab73115d837d4e

A small but practical concatenative programming language.

Minor fixes.
Fabio Cevasco h3rald@h3rald.com
Mon, 30 Oct 2017 22:48:08 +0100
commit

0089b095160d867c72156c6bccab73115d837d4e

parent

66b64415eef1d3ffa63d7bc9a1c0c12c3b245044

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

jump to
M site/contents/_includes/_learn-extending.mdsite/contents/_includes/_learn-extending.md

@@ -135,7 +135,7 @@

If you are using [clang](https://clang.llvm.org/) to compile Nim code, you may need to run the following command instead: > %min-terminal% -> [$](class:prompt) nim c \-\-app:lib -d:release \-\-noMain -l:\"-undefined dynamic\_lookup\" dyntest.nim +> [$](class:prompt) nim c \-\-app:lib -d:release \-\-noMain -l:"-undefined dynamic\_lookup" dyntest.nim Now you should have a `libdyntest.so|dyn|dll` file. To make min load it and link it automatically when it starts, just run: