From 257292c06e84286e668e53575285f6922563b41c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 11 Dec 2010 15:14:45 +0100 Subject: [PATCH] on mingw, use the "utils" as path too --- mingw-Makefile.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-Makefile.conf b/mingw-Makefile.conf index e6c08904..4d335c49 100644 --- a/mingw-Makefile.conf +++ b/mingw-Makefile.conf @@ -5,5 +5,8 @@ # how to get pkg-config PKGCONFIG = $(RADIANT_DEPENDENCIES_PREFIX)/gtk/bin/pkg-config.exe +# extra utils +PATH := $(PATH):$(RADIANT_DEPENDENCIES_PREFIX)/util/bin + # use mingw32 include mingw-Makefile.inc -- 2.39.2