From d4d616a5c73197acb46396b7ccacedd1cde2cf3d Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 5 Jan 2022 15:30:30 +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 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% ) -- 2.39.2