Browse Source

Set CC/CXX properly for gitian build

0.8 v0.8.0
Gavin Andresen 12 years ago
parent
commit
44d7f4cbeb
  1. 4
      src/makefile.linux-mingw

4
src/makefile.linux-mingw

@ -4,8 +4,8 @@ @@ -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

Loading…
Cancel
Save