From b07bdf74780ecf760363bb867f5062023e43422c Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 5 Jan 2022 15:31:51 +0100 Subject: [PATCH] spns #26899: MeshGems windows uses Visual C++ 2017 - fix path --- products/compil_scripts/MeshGems.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% ) -- 2.30.2