]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
on mingw, use the "utils" as path too
authorRudolf Polzer <divVerent@xonotic.org>
Sat, 11 Dec 2010 14:14:45 +0000 (15:14 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Sat, 11 Dec 2010 14:14:45 +0000 (15:14 +0100)
mingw-Makefile.conf

index e6c08904a1bc50377ee0993b8498366d5c08ca4d..4d335c49fcb758a8a5912ffe9ce77c739a9b18ba 100644 (file)
@@ -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