Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
137b229b
Commit
137b229b
authored
Feb 16, 2013
by
Ian Lynagh
Browse files
Fix build on Windows: We don't build terminfo on Windows
parent
ac5a3145
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc.mk
View file @
137b229b
...
...
@@ -355,7 +355,10 @@ PKGS_THAT_USE_TH := $(PKGS_THAT_ARE_DPH)
#
# We assume that the stage0 compiler has a suitable bytestring package,
# so we don't have to include it below.
PKGS_THAT_BUILD_WITH_STAGE0
=
Cabal/Cabal hpc binary bin-package-db hoopl transformers terminfo
PKGS_THAT_BUILD_WITH_STAGE0
=
Cabal/Cabal hpc binary bin-package-db hoopl transformers
ifeq
"$(Windows)" "NO"
PKGS_THAT_BUILD_WITH_STAGE0
+=
terminfo
endif
# $(EXTRA_PACKAGES) is another classification, of packages built but
# not installed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment