From: Nabil Ghodbane Date: Wed, 5 Jan 2022 14:30:30 +0000 (+0100) Subject: spns #26899: MeshGems windows uses Visual C++ 2017 - fix path X-Git-Tag: V9_9_0~244 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d4d616a5c73197acb46396b7ccacedd1cde2cf3d;p=tools%2Fsat_salome.git spns #26899: MeshGems windows uses Visual C++ 2017 - fix path --- diff --git a/products/compil_scripts/MeshGems.bat b/products/compil_scripts/MeshGems.bat index 1a3e616..2080fc9 100755 --- a/products/compil_scripts/MeshGems.bat +++ b/products/compil_scripts/MeshGems.bat @@ -30,7 +30,7 @@ if NOT %ERRORLEVEL% == 0 ( rem ## Lib set SRC_FOLDER=%SRC_FOLDER_VC15% -if exist "%SRC_FOLDER_VC14%" ( +if exist lib\"%SRC_FOLDER_VC14%" ( set SRC_FOLDER=%SRC_FOLDER_VC14% )