From 587a2822423134f38ceb45493f31c996a647439c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 16 Jul 2010 00:25:58 +0000 Subject: [PATCH] Change a BUILD var to a HOST var --- rts/package.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/package.conf.in b/rts/package.conf.in index 34ca7f9..2c9d7b4 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 -- 1.7.10.4