Skip to content

Commit 44d7f4c

Browse files
committed
Set CC/CXX properly for gitian build
1 parent 1c3924d commit 44d7f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefile.linux-mingw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
DEPSDIR:=/usr/i586-mingw32msvc
66

7-
CC ?= i586-mingw32msvc-gcc
8-
CXX ?= i586-mingw32msvc-g++
7+
CC := i586-mingw32msvc-gcc
8+
CXX := i586-mingw32msvc-g++
99

1010
USE_UPNP:=0
1111
USE_IPV6:=1

0 commit comments

Comments
 (0)