diff options
| author | ruki <[email protected]> | 2020-09-12 21:37:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-12 21:37:25 +0800 |
| commit | 366e7fcdcb21c1e1dc53c8d52176289be93e34b9 (patch) | |
| tree | c1975b8696d44a904f6b9b1127b629f1b24cbc70 /makefile | |
| parent | 6d4e9bcb6bb5b7287fd90c86181e34371d3f18e2 (diff) | |
add msys2/mingw workflow
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ endif ARCH := $(if $(findstring aarch64,$(ARCH)),arm64,$(ARCH)) ARCH := $(if $(findstring arm64,$(ARCH)),arm64,$(ARCH)) ARCH := $(if $(findstring arm,$(ARCH)),arm,$(ARCH)) -ARCH := $(if $(findstring i686,$(ARCH)),i386,$(ARCH)) +ARCH := $(if $(findstring i686,$(ARCH)),i386,$(ARCH)) # conditionally map ARCH from amd64 to x86_64 if set from the outside # |
