X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=cross-Makefile.conf;h=f503195dce537fde7ef90f55a8f728557e94a44a;hp=2a7076e6f061eff67a641776ae69fe515fc34bef;hb=93f9dc354fc1cc72bf1516fcf792f5f5f9f09bf5;hpb=fd246066ee81b40840bdfedacca251665bd19061 diff --git a/cross-Makefile.conf b/cross-Makefile.conf index 2a7076e6..f503195d 100644 --- a/cross-Makefile.conf +++ b/cross-Makefile.conf @@ -3,10 +3,10 @@ # edit the paths in here # how to call the mingw tools -MINGW_EXEC_PREFIX = /home/divverent/mingw/bin/i386-mingw32- +MINGW_EXEC_PREFIX = i586-mingw32msvc- # where the dependencies package is extracted -RADIANT_DEPENDENCIES_PREFIX = /home/divverent/radiant-deps-mingw32/ +RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiant-deps-mingw32/ # run the prefix fixing tool IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)