1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 07:33:01 +00:00
We had defn-, def-, defmacro-, but no var-.
This commit is contained in:
Calvin Rose
2020-01-24 22:52:28 -06:00
parent b8df47e063
commit 6f9c9879ca
3 changed files with 6 additions and 1 deletions

View File

@@ -131,7 +131,6 @@
["/nologo" "/MD"]
["-std=c99" "-Wall" "-Wextra"]))
# Link to pthreads
(def- thread-flags (if is-win [] (if threads? ["-lpthread"] [])))