From 605937bbac37762df2afdb57d3927b8a8bc4a989 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Mon, 6 Apr 2020 11:05:04 +0200 Subject: [PATCH] use the msvc from a new location --- configure/os/CONFIG.RHEL7-x86_64.win32-x86 | 2 +- configure/os/CONFIG.RHEL7-x86_64.windows-x64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.RHEL7-x86_64.win32-x86 b/configure/os/CONFIG.RHEL7-x86_64.win32-x86 index 7b7ee8b21..93b0b79bc 100644 --- a/configure/os/CONFIG.RHEL7-x86_64.win32-x86 +++ b/configure/os/CONFIG.RHEL7-x86_64.win32-x86 @@ -5,4 +5,4 @@ PATH_FILTER = $(subst /,/,$(1)) # Silence the tr1 namespace deprecation warnings USR_CXXFLAGS_WIN32 += -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING -MSVC_DIR = /afs/psi/intranet/Controls/scratch/wine-msvc-2017/drive_c/msvc/bin/x86/ +MSVC_DIR = /opt/wine-msvc-2017/bin/x86/ diff --git a/configure/os/CONFIG.RHEL7-x86_64.windows-x64 b/configure/os/CONFIG.RHEL7-x86_64.windows-x64 index 9fe82c648..8ea1a5ee5 100644 --- a/configure/os/CONFIG.RHEL7-x86_64.windows-x64 +++ b/configure/os/CONFIG.RHEL7-x86_64.windows-x64 @@ -5,4 +5,4 @@ PATH_FILTER = $(subst /,/,$(1)) # Silence the tr1 namespace deprecation warnings USR_CXXFLAGS_WIN32 += -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING -MSVC_DIR = /afs/psi/intranet/Controls/scratch/wine-msvc-2017/drive_c/msvc/bin/x64/ +MSVC_DIR = /opt/wine-msvc-2017/bin/x64/