File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 run : |
103103 set -x
104104 pacman -S --needed --noconfirm pactoys make python diffutils ninja
105- pacboy -S --needed --noconfirm protobuf:p pkg-config:p curl-winssl:p file:p glfw:p mbedtls:p sqlite:p freetype:p boost:p clang:p
105+ pacboy -S --needed --noconfirm protobuf:p pkg-config:p curl-winssl:p file:p glfw:p mbedtls:p sqlite:p freetype:p boost:p clang:p binutils:p
106106
107107 - name : run
108108 run : |
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export BUILDTYPE
1010
1111ifeq ($(BUILDTYPE ) ,windows)
1212 MINGW = x86_64-w64-mingw32-
13- CC = $(MINGW) clang
14- CXX = $(MINGW) clang++
13+ CC = /mingw64/bin/ clang
14+ CXX = /mingw64/bin/ clang++
1515 CFLAGS += -g -O3 \
1616 -ffunction-sections \
1717 -fdata-sections \
You can’t perform that action at this time.
0 commit comments