Skip to content
Snippets Groups Projects
Commit d9064fb5 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Fix the TH deps

parent 2e61af71
No related branches found
No related tags found
No related merge requests found
......@@ -767,10 +767,16 @@ ifeq "$(UseArchivesForGhci)" "NO"
ghc/stage2/build/tmp/$(ghc_stage2_PROG) : $(GHCI_LIBS)
endif
ifeq "$(UseArchivesForGhci)" "YES"
GHCI_lib_way = v
else
GHCI_lib_way = GHCI
endif
# Deps for TH uses in libraries
$(foreach way, $(GhcLibWays),$(eval \
libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.$($(way)_osuf): \
$(libraries/primitive_dist-install_dyn_LIB) \
$(libraries/primitive_dist-install_$(GHCI_lib_way)_LIB) \
))
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment