Skip to content

Commit

Permalink
ci: fix clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 14, 2024
1 parent c4667ca commit ab28ac1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ USEGCC ?= 0
USECLANG ?= 1
endif

ifneq (,$(findstring $(MSYSTEM),CLANG))
# In MSYS2
USEGCC ?= 0
USECLANG ?= 1
endif

ifeq ($(ARCH),wasm32)
USECLANG = 1
USEGCC = 0
Expand Down

0 comments on commit ab28ac1

Please sign in to comment.