Skip to content

Commit 6de7b30

Browse files
committed
ci: fix appveyor build
1 parent 8fa3b2c commit 6de7b30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ifeq ($(OS),Windows_NT)
99
TARGET := mkspiffs.exe
1010
TARGET_CFLAGS := -mno-ms-bitfields
1111
TARGET_LDFLAGS := -Wl,-static -static-libgcc
12-
12+
CC=gcc
13+
CXX=g++
1314
else
1415
UNAME_S := $(shell uname -s)
1516
ifeq ($(UNAME_S),Linux)

0 commit comments

Comments
 (0)