mirror of
https://github.com/janet-lang/janet
synced 2025-02-02 10:19:10 +00:00
Remove bsd check in cook.janet.
This commit is contained in:
parent
d6a1faa380
commit
71e5278364
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user