Skip to content

Commit e2874e2

Browse files
committed
fixup! config.mak.uname: add support for clangarm64
This commit introduced an `else ifeq` pattern that is arguably more elegant than the previous pattern, so let's adjust the existing conditional block, too. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8c92887 commit e2874e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.mak.uname

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,7 @@ ifeq ($(uname_S),MINGW)
728728
prefix = /mingw32
729729
HOST_CPU = i686
730730
BASIC_LDFLAGS += -Wl,--pic-executable,-e,_mainCRTStartup
731-
endif
732-
ifeq (MINGW64,$(MSYSTEM))
731+
else ifeq (MINGW64,$(MSYSTEM))
733732
prefix = /mingw64
734733
HOST_CPU = x86_64
735734
BASIC_LDFLAGS += -Wl,--pic-executable,-e,mainCRTStartup

0 commit comments

Comments
 (0)