From 44d7f4cbebd446f8f4a48ff9048d4549c0e2448a Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 18 Feb 2013 18:37:45 -0500 Subject: Set CC/CXX properly for gitian build --- src/makefile.linux-mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/makefile.linux-mingw') diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index f6c3a8ad7e..7509e2798e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -4,8 +4,8 @@ DEPSDIR:=/usr/i586-mingw32msvc -CC ?= i586-mingw32msvc-gcc -CXX ?= i586-mingw32msvc-g++ +CC := i586-mingw32msvc-gcc +CXX := i586-mingw32msvc-g++ USE_UPNP:=0 USE_IPV6:=1 -- cgit v1.2.3