Change a BUILD var to a HOST var
authorIan Lynagh <igloo@earth.li>
Fri, 16 Jul 2010 00:25:58 +0000 (00:25 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 16 Jul 2010 00:25:58 +0000 (00:25 +0000)
rts/package.conf.in

index 34ca7f9..2c9d7b4 100644 (file)
@@ -142,7 +142,7 @@ ld-options:
  *  path.  This is important to use the static gmp in preference on Mac OS.
  *  The used option is specific to the Darwin linker.
  */
-#ifdef darwin_BUILD_OS
+#ifdef darwin_HOST_OS
         , "-Wl,-search_paths_first"
 #endif