summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-07-16 00:25:58 +0000
committerIan Lynagh <igloo@earth.li>2010-07-16 00:25:58 +0000
commit587a2822423134f38ceb45493f31c996a647439c (patch)
treeeae08a24739b6c655c9509cc5809e2dc9a2e3f2b /rts/package.conf.in
parent4e7bb769cb8ba1d7e99d6eba32e2658c4d47b3eb (diff)
downloadhaskell-587a2822423134f38ceb45493f31c996a647439c.tar.gz
Change a BUILD var to a HOST var
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 34ca7f9cf1..2c9d7b4eb1 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -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