From: Nabil Ghodbane Date: Wed, 5 Jan 2022 14:31:51 +0000 (+0100) Subject: spns #26899: MeshGems windows uses Visual C++ 2017 - fix path X-Git-Tag: V9_9_0~243 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b07bdf74780ecf760363bb867f5062023e43422c;hp=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 2080fc9..5e86cf1 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 lib\"%SRC_FOLDER_VC14%" ( +if exist "lib\%SRC_FOLDER_VC14%" ( set SRC_FOLDER=%SRC_FOLDER_VC14% )