Skip to content
Snippets Groups Projects
Commit a7f59a89 authored by Ben Gamari's avatar Ben Gamari
Browse files

sdist: Fix packaging of Windows tarballs

These now live in the ghc-tarballs/mingw-w64 directory.

Fixes #19316.
parent b70540fd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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