Skip to content

Commit

Permalink
Disable simdutf flag on Windows as GHC 8.8.4 cannot build with it
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 9, 2024
1 parent ca328b8 commit 8261371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
packages: ./*.cabal
if os(windows)
package sdl2
# Disable searching with pkgconfig on Win, as a DLL is supplied instead
flags: -pkgconfig
package text
# Disable use of SIMD, which makes text fails to build on Win + GHC 8.8.4
flags: -simdutf
documentation: true

0 comments on commit 8261371

Please sign in to comment.