"UseArchivesForGhci = YES" on darwin
authorIan Lynagh <igloo@earth.li>
Mon, 20 Sep 2010 21:15:38 +0000 (21:15 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 20 Sep 2010 21:15:38 +0000 (21:15 +0000)
mk/config.mk.in

index 92b067f..6caece7 100644 (file)
@@ -190,7 +190,11 @@ else
 UseLibFFIForAdjustors=YES
 endif
 
+ifeq "$(findstring $(HostOS_CPP), darwin)" ""
 UseArchivesForGhci = NO
+else
+UseArchivesForGhci = YES
+endif
 
 # On Windows we normally want to make a relocatable bindist, to we
 # ignore flags like libdir