From 6ba4fa631c12cc00bc22f64c83f2b953aad12d02 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 14 Sep 2017 22:11:54 +0200 Subject: [PATCH] Get rid of PATH --- Makefile.libretro | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index f5b4038..11a0f91 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -425,8 +425,6 @@ MSVCBINDIRPREFIX = $(XEDK)/bin/win32 CC = "$(MSVCBINDIRPREFIX)/cl.exe" CXX = "$(MSVCBINDIRPREFIX)/cl.exe" -PATH := $(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../../VC/bin"):$(PATH) -PATH := $(PATH):$(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../IDE") INCLUDE := $(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../../VC/include") export INCLUDE := $(INCLUDE)