Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit b50b4ba

Browse files
authored
Merge pull request #503 from gzh/master
Fix for "unknown symbol `___divmoddi4'" on 32-bit mingw builds
2 parents 769e48b + 1abaec1 commit b50b4ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

foundation/foundation.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ library
203203
, ghc-prim
204204
if os(windows)
205205
build-depends: Win32
206+
if arch(i386)
207+
extra-libraries: gcc
206208

207209
build-depends: basement == 0.0.8
208210

0 commit comments

Comments
 (0)