summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-02-13 11:47:48 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-02-17 07:24:00 +0800
commit1cab640962376a9a7db8da1574937d963feb6e1f (patch)
tree992c321e6b76081f7629b28407db0fab11a8cc98 /mk
parent8efc660d041cff413a53cb821bc952adb1852032 (diff)
downloadhaskell-1cab640962376a9a7db8da1574937d963feb6e1f.tar.gz
[make] Allow to set the curses library for stage0
This may be necessary when building stage2 cross compiled compilers.
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7a5993eedd..92d552fc35 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -911,6 +911,7 @@ GMP_PREFER_FRAMEWORK = @GMP_PREFER_FRAMEWORK@
GMP_FORCE_INTREE = @GMP_FORCE_INTREE@
CURSES_LIB_DIRS = @CURSES_LIB_DIRS@
+CURSES_LIB_DIRS_STAGE0 = @CURSES_LIB_DIRS_STAGE0@
# See Note [Disable -O2 in unregisterised mode]
# Be careful: 'GhcUnregisterised' should be defined earlier in this file.