-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I've been poking at a Windows port. Either because I'm on Windows or because I'm using a cabal sandbox, the current include-dirs: arrangement doesn't work for me. The path "./" doesn't work with #include "include/internal/...h". The documentation for Cabal is kind of useless in this regard.
I had to move the include files into a new directory, "cbits", and adjust the include-dirs accordingly.
I also added the include files to the extra-source-files field in the cabal file.
I tried to make a pull request for this issue, but GitHub is being weird (and/or you can't make a pull request to a single commit?) You can see my solution to this issue (and some other commits to get some things building) on my fork.
Metadata
Metadata
Assignees
Labels
No labels