Skip to content

Commit c210732

Browse files
committed
More adjustments.
1 parent 3cd95de commit c210732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export BUILDTYPE
1010

1111
ifeq ($(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 \

0 commit comments

Comments
 (0)