From 10dc17d43442d85968b6eed9f1c054ed1c45d8ca Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Fri, 28 Jan 2022 11:15:13 +0900 Subject: [PATCH] Install dlls and tpconf only for the target "bdist-win32" --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a81ceab6..c82b1385d 100644 --- a/Makefile +++ b/Makefile @@ -547,7 +547,7 @@ trans: ###### -windows_ARCH_INSTALL:=install-dlls install-tpconf-i18n +windows_ARCH_INSTALL:= macos_ARCH_INSTALL:=install-macbundle ios_ARCH_INSTALL:=install-iosbundle linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion @@ -669,6 +669,7 @@ bdist-win32: COMPLETIONDIR:=./win32/bdist \ INCLUDE_PREFIX:=./win32/bdist/plugins/include \ MAGIC_PREFIX:=./win32/bdist/plugins + make install-dlls install-tpconf-i18n # "make bdist-clean" deletes the 'bdist' directory .PHONY: bdist-clean