diff options
author | Eugene Kabanov <ka@hardcore.kiev.ua> | 2017-03-16 15:47:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-16 14:47:53 +0100 |
commit | 9c99973ff867110c17a706c4481a90ade1cf0758 (patch) | |
tree | ae46ccfe077b22ff3fffe699c15fd9a27167c88d /tools/niminst | |
parent | 13ba0b557e7009a397fa550747fbc92e6fb15400 (diff) | |
download | Nim-9c99973ff867110c17a706c4481a90ade1cf0758.tar.gz |
Make DragonFlyBSD a first class BSD-like OS (#5548)
Diffstat (limited to 'tools/niminst')
-rw-r--r-- | tools/niminst/buildsh.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/niminst/buildsh.tmpl b/tools/niminst/buildsh.tmpl index aaefa88c6..e90ad97c0 100644 --- a/tools/niminst/buildsh.tmpl +++ b/tools/niminst/buildsh.tmpl @@ -56,7 +56,7 @@ case $uos in LINK_FLAGS="$LINK_FLAGS -ldl -lm -lrt" ;; *dragonfly* ) - myos="freebsd" + myos="dragonfly" LINK_FLAGS="$LINK_FLAGS -lm" ;; *freebsd* ) |