diff --git a/configure/os/CONFIG.RHEL7-x86_64.win32-x86 b/configure/os/CONFIG.RHEL7-x86_64.win32-x86 index c2a22ffa5..e3e9d6d2e 100644 --- a/configure/os/CONFIG.RHEL7-x86_64.win32-x86 +++ b/configure/os/CONFIG.RHEL7-x86_64.win32-x86 @@ -1,5 +1,3 @@ include $(CONFIG)/os/CONFIG.win32-x86.win32-x86 -PATH_FILTER = $(subst /,/,$(1)) - PATH := /opt/wine-msvc-2017/bin/x86:$(PATH) diff --git a/configure/os/CONFIG.RHEL7-x86_64.windows-x64 b/configure/os/CONFIG.RHEL7-x86_64.windows-x64 index 62c9136b0..f2019c929 100644 --- a/configure/os/CONFIG.RHEL7-x86_64.windows-x64 +++ b/configure/os/CONFIG.RHEL7-x86_64.windows-x64 @@ -1,5 +1,3 @@ include $(CONFIG)/os/CONFIG.windows-x64.windows-x64 -PATH_FILTER = $(subst /,/,$(1)) - PATH := /opt/wine-msvc-2017/bin/x64:$(PATH)