diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2014-07-26 15:11:04 +0200 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-07-28 18:32:24 +0000 |
commit | 9ce04cbb091bd8e4ae5a36a1b31771189e0d9600 (patch) | |
tree | e00e955e6588dd5bf604d5d9c44f5d3c58d1a3e1 /packaging/portableapps/win32 | |
parent | 0f85608d3a29ae4b19adefe237540e9714e6fc43 (diff) | |
download | wireshark-9ce04cbb091bd8e4ae5a36a1b31771189e0d9600.tar.gz wireshark-9ce04cbb091bd8e4ae5a36a1b31771189e0d9600.tar.bz2 wireshark-9ce04cbb091bd8e4ae5a36a1b31771189e0d9600.zip |
Fix download of 3rd party packages when WIRESHARK_TARGET_PLATFORM environment variable is not explicitly set
Bug: 10317
Change-Id: Ic7b4ffe2bbe4f69928b91a5151d8cef1ae59f723
Reviewed-on: https://code.wireshark.org/review/3203
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'packaging/portableapps/win32')
-rw-r--r-- | packaging/portableapps/win32/Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/Makefile.nmake b/packaging/portableapps/win32/Makefile.nmake index b9213b6ff6..a930d41a32 100644 --- a/packaging/portableapps/win32/Makefile.nmake +++ b/packaging/portableapps/win32/Makefile.nmake @@ -106,7 +106,7 @@ source: WiresharkPortable.ini findprocdll: if not exist $(FINDPROCDLL) \ @$(SH) ../../../tools/win-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \ - $(NSIS_PLUGINS) FindProc.zip "$(DOWNLOAD_TAG)" + $(NSIS_PLUGINS) FindProc.zip "$(DOWNLOAD_TAG)" "$(WIRESHARK_TARGET_PLATFORM)" WiresharkPortable-$(VERSION).paf.exe : dirs appinfo nsis-bits pack source Files/WiresharkPortable.exe Installer.nsi |