build: include win32/win64 in output bundle name for mingw target.

This commit is contained in:
Jonathan G Rennison
2015-11-17 18:56:57 +00:00
parent 4608ed79bb
commit 73367d7209
3 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ endif
ifndef BUNDLE_NAME
BUNDLE_NAME = openttd-custom-$(REV)-$(OS)
ifeq ($(OS),MINGW)
BUNDLE_NAME := $(BUNDLE_NAME)-win$(CPU_TYPE)
endif
endif
# An OSX application bundle needs the data files, lang files and openttd executable in a different location.