~bakpakin/janet

71e52783646e0edf8c646f3af8ef940f14e21be3 — Calvin Rose 5 years ago d6a1faa executable-gen
Remove bsd check in cook.janet.
1 files changed, 1 insertions(+), 2 deletions(-)

M auxlib/cook.janet
M auxlib/cook.janet => auxlib/cook.janet +1 -2
@@ 299,9 299,8 @@
                                :macos ["-ldl" "-lm"]
                                :windows []
                                :linux ["-lm" "-ldl" "-lrt"]
                                :openbsd ["-lm"]
                                #default
                                ["-ldl" "-lm"]) [])])
                                ["-lm"]) [])])
  (rule target objects
        (print "linking " target "...")
        (if is-win