Fix the build for non-GNU-ar
[ghc-hetmet.git] / mk / config.mk.in
index a640c3e..db21b14 100644 (file)
@@ -563,6 +563,7 @@ DLLTOOL                     = inplace/mingw/bin/dlltool.exe
 AR                     = @ArCmd@
 AR_OPTS                        = @ArArgs@
 ArSupportsInput                = @ArSupportsInput@
+ArIsGNUAr = @ArIsGNUAr@
 # Yuckage: for ghc/utils/parallel -- todo: nuke this dependency!!
 BASH                    = /usr/local/bin/bash