summaryrefslogtreecommitdiff
path: root/rts/rts.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-07 14:39:58 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-13 03:26:14 -0500
commit974e73afd519e1189f01ab3e96d3fe0212e74b05 (patch)
treefa01bb8b3f42b18398557d81c84b79c6dd050deb /rts/rts.cabal.in
parenteab37902d0cbfc4a8362aa0f0b2cf8eb3e9ce27f (diff)
downloadhaskell-974e73afd519e1189f01ab3e96d3fe0212e74b05.tar.gz
adjustors/NativeAmd64Mingw: Use AdjustorPool
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r--rts/rts.cabal.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index 9b8c51a644..641fccc437 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -455,7 +455,8 @@ library
asm-sources: AdjustorAsm.S
c-sources: adjustor/Nativei386.c
if arch(x86_64)
- if opsys(mingw32)
+ if os(mingw32)
+ asm-sources: adjustor/NativeAmd64MingwAsm.S
c-sources: adjustor/NativeAmd64Mingw.c
else
asm-sources: adjustor/NativeAmd64Asm.S