Skip to content

Commit ea8df14

Browse files
authored
Merge pull request #15 from Halbaroth/fix-opam
The available condition was wrong because win32 must be in quotation.
2 parents 9981b07 + 1f326fd commit ea8df14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ancient.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ build: [
3939
"@doc" {with-doc}
4040
]
4141
]
42-
available: os != win32
42+
available: os != "win32"

ancient.opam.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
available: os != win32
1+
available: os != "win32"

0 commit comments

Comments
 (0)