removed not needed PATH_FILTER

This commit is contained in:
2022-05-05 14:07:14 +02:00
parent 4fb42763a2
commit 0af4fce080
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
include $(CONFIG)/os/CONFIG.win32-x86.win32-x86
PATH_FILTER = $(subst /,/,$(1))
PATH := /opt/wine-msvc-2017/bin/x86:$(PATH)

View File

@@ -1,5 +1,3 @@
include $(CONFIG)/os/CONFIG.windows-x64.windows-x64
PATH_FILTER = $(subst /,/,$(1))
PATH := /opt/wine-msvc-2017/bin/x64:$(PATH)