workaround problems with wget and svn
This commit is contained in:
parent
d60e6ed803
commit
69cea8edbc
|
|
@ -7,9 +7,11 @@ PKGCONFIG ?= $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe
|
|||
|
||||
# extra utils
|
||||
GIT ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/git
|
||||
WGET ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
|
||||
SVN ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/svn
|
||||
UNZIPPER ?= $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
|
||||
|
||||
# these two need the "start" workaround, or they seem to crash (TODO figure out why)
|
||||
WGET ?= start /min $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/wget
|
||||
UNZIPPER ?= start /min $(RADIANT_DEPENDENCIES_PREFIX)/util/bin/unzip
|
||||
|
||||
# use mingw32
|
||||
include mingw-Makefile.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user