summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-31 14:18:06 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-31 14:18:42 -0600
commitf1c44b848f77bb4de8a19059e0d514bfb75da90b (patch)
tree3dd23e26ffeb290bb32e9abf371f52f5b470bcc9 /config_host.mk.in
parent005844765e38b8147ff2468036cc5c229680a1bb (diff)
argh, OS_FOR_BUILD was not set properly, killing X-compile
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 35632b667f85..17761650671b 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -120,7 +120,7 @@ export NSS_LIBS="@NSS_LIBS@"
export OPENSSL_CFLAGS="@OPENSSL_CFLAGS@"
export OPENSSL_LIBS="@OPENSSL_LIBS@"
export OS="@OS@"
-export OS_FOR_BUILD="@OS@"
+export OS_FOR_BUILD="@OS_FOR_BUILD@"
export OUTPATH="@OUTPATH@"
export OUTPATH_FOR_BUILD="@OUTPATH_FOR_BUILD@"
export PATH_SEPERATOR="@P_SEP@"