Skip to content

Commit

Permalink
Type problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Sep 25, 2024
1 parent 2410462 commit 180ec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/init.janet
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
cc/compile-and-make-archive))

(when (= :windows (os/which))
(setdyn cc/*msvc-libs* (cc/msvc-janet-import-lib)))
(setdyn cc/*msvc-libs* @[(cc/msvc-janet-import-lib])))

(defn make1
[name & other-srcs]
Expand Down

0 comments on commit 180ec06

Please sign in to comment.