From d60e6ed8037c852eb09f9c0c8fa25c2d8b365f64 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 11 Dec 2010 16:01:20 +0100 Subject: [PATCH] PATH trick does not work, so let's ignore the problem and use explicit paths --- mingw-Makefile.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index 4d335c49..cdaa44fb 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -3,10 +3,13 @@ # edit the paths in here # how to get pkg-config -PKGCONFIG = $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe +PKGCONFIG ?= $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe # extra utils -PATH := $(PATH):$(RADIANT_DEPENDENCIES_PREFIX)/util/bin +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 # use mingw32 include mingw-Makefile.inc -- 2.39.2