Skip to content
Snippets Groups Projects
Unverified Commit aed64428 authored by Joey Hess's avatar Joey Hess
Browse files

allow magicmime on windows

John Thorvald Wodder II got it working using
https://github.com/datalad/file-windows so don't hard-disable it.

The stack.yaml still disables this build flag, because it needs an extra
C library to be installed, which stack cannot automate.
parent a7d11aa3
Branches
Tags
No related merge requests found
......@@ -595,9 +595,8 @@ Executable git-annex
CPP-Options: -DWITH_TORRENTPARSER
if flag(MagicMime)
if (! os(windows))
Build-Depends: magic
CPP-Options: -DWITH_MAGICMIME
Build-Depends: magic
CPP-Options: -DWITH_MAGICMIME
if flag(Benchmark)
Build-Depends: criterion
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment