From ae0e47a6ebd5d9f371ebef4b10658ffbd4817cbb Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 21 Mar 2014 14:02:08 -0700 Subject: [PATCH] mk: Add FIXME about making windows installer support all hosts --- mk/dist.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/dist.mk b/mk/dist.mk index 1954e325a5a..30a83f6e0a6 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -87,6 +87,8 @@ dist-tar-src: $(PKG_TAR) # Windows .exe installer ###################################################################### +# FIXME Needs to support all hosts, but making rust.iss compatible looks like a chore + ifdef CFG_ISCC PKG_EXE = dist/$(PKG_NAME)-install.exe