Change a BUILD var to a HOST var
[ghc-hetmet.git] / 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