diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-03-21 14:02:08 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-03-24 14:29:17 -0700 |
| commit | ae0e47a6ebd5d9f371ebef4b10658ffbd4817cbb (patch) | |
| tree | bd9980015662a517cebabf6ec794c6b4ec24973a | |
| parent | 116ebe5af827e5df7cd64f308b62c8aa94ee7bd5 (diff) | |
| download | rust-ae0e47a6ebd5d9f371ebef4b10658ffbd4817cbb.tar.gz rust-ae0e47a6ebd5d9f371ebef4b10658ffbd4817cbb.zip | |
mk: Add FIXME about making windows installer support all hosts
| -rw-r--r-- | mk/dist.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
