summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-02-03 23:57:26 -0500
committerBen Gamari <ben@smart-cactus.org>2021-03-31 14:36:42 -0400
commita7f59a89a3754b837cb2950df2f700e84668670b (patch)
treee1a050a0c90eb70ab30bd13e466354fe761965c3
parentb70540fdcc6c5443c6dc6026af29d46d4b4f4106 (diff)
downloadhaskell-a7f59a89a3754b837cb2950df2f700e84668670b.tar.gz
sdist: Fix packaging of Windows tarballs
These now live in the ghc-tarballs/mingw-w64 directory. Fixes #19316.
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 469ecef527..2481001224 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1253,7 +1253,7 @@ sdist-windows-tarballs-prep :
mkdir -p $(SRC_DIST_WINDOWS_TARBALLS_ROOT)
mkdir -p $(SRC_DIST_WINDOWS_TARBALLS_DIR)
mkdir -p $(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs
- cd $(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs && ln -s $(TOP)/ghc-tarballs/i686 . && ln -s $(TOP)/ghc-tarballs/x86_64
+ cd $(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs && ln -s $(TOP)/ghc-tarballs/mingw-w64 .
$(call removeTrees,$(SRC_DIST_WINDOWS_TARBALLS_DIR)/ghc-tarballs/.git)
.PHONY: sdist-testsuite-prep