summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramesgen <amesgen@amesgen.de>2023-04-29 16:12:48 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-03 20:18:57 -0400
commit8fde4ac84ec7b1ead238cb158bbef48555d12af9 (patch)
treeb656e027ca87074a509bf169b075a261f90d332b
parent4eafb52a26ad07b2be0af71a6896fb01ed919614 (diff)
downloadhaskell-8fde4ac84ec7b1ead238cb158bbef48555d12af9.tar.gz
Fix unlit path in cross bindists
-rw-r--r--hadrian/bindist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/bindist/Makefile b/hadrian/bindist/Makefile
index 274772e80a..d3ad0e84e6 100644
--- a/hadrian/bindist/Makefile
+++ b/hadrian/bindist/Makefile
@@ -106,7 +106,7 @@ lib/settings : config.mk
@echo ',("touch command", "$(SettingsTouchCommand)")' >> $@
@echo ',("dllwrap command", "$(SettingsDllWrapCommand)")' >> $@
@echo ',("windres command", "$(SettingsWindresCommand)")' >> $@
- @echo ',("unlit command", "$$topdir/bin/unlit")' >> $@
+ @echo ',("unlit command", "$$topdir/bin/$(CrossCompilePrefix)unlit")' >> $@
@echo ',("cross compiling", "$(CrossCompiling)")' >> $@
@echo ',("target platform string", "$(TARGETPLATFORM)")' >> $@
@echo ',("target os", "$(HaskellTargetOs)")' >> $@