Skip to content

Commit c2d2901

Browse files
authored
fix: Add ctypes-foreign as a dependency of Rune on Linux (#64)
1 parent d4fd7dd commit c2d2901

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dune-project

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,8 @@
125125
(= :version))
126126
(ctypes
127127
(>= 0.21.0))
128-
; rune.jit.metal
129128
(ctypes-foreign
130-
(and
131-
(>= 0.21.0)
132-
(= :os macos)))
129+
(>= 0.21.0))
133130
(alcotest :with-test)))
134131

135132
(package

rune.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"dune" {>= "3.19"}
1515
"nx" {= version}
1616
"ctypes" {>= "0.21.0"}
17-
"ctypes-foreign" {>= "0.21.0" & os = "macos"}
17+
"ctypes-foreign" {>= "0.21.0"}
1818
"alcotest" {with-test}
1919
"odoc" {with-doc}
2020
]

0 commit comments

Comments
 (0)