From 3fa1e58a6b5c93f238f2233550cbbef8948adf2f Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 29 Jan 2024 17:09:25 +0000 Subject: [PATCH] Avoid building Win32 zipfile for non-OEM --- mswin32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index 76bf7d025..86aacbdd0 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -98,7 +98,7 @@ bundle-nsis: sign-files "$(MAKENSIS)" $(NSIS_COMMON_ARGS) "/DNMAP_NAME=$(NMAP_OEM_NAME)" "/DNMAP_OEM=1" nsis/Nmap.nsi "$(SIGNTOOL)" $(SIGNTOOL_ARGS) nmap-$(NMAP_VERSION)-setup.exe nmap-$(NMAP_VERSION)-oem-setup.exe -bundle-zip: bundle-zip-public bundle-zip-oem +bundle-zip: bundle-zip-oem bundle-zip-public: $(MAKE) OEM_SUFFIX= bundle-zip-main