Skip to content

Commit

Permalink
Set CC/CXX properly for gitian build
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Feb 18, 2013
1 parent 1c3924d commit 44d7f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makefile.linux-mingw
Expand Up @@ -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
Expand Down

0 comments on commit 44d7f4c

Please sign in to comment.