From 8b235d11bdc4aabc870846a65b96b0063f357e04 Mon Sep 17 00:00:00 2001 From: ADILI Robin <robin.adili@inria.fr> Date: Mon, 14 Sep 2020 12:13:28 +0200 Subject: [PATCH] fixed vs version to match fbxsdk install --- PythonBindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonBindings.py b/PythonBindings.py index 2a609b7..64497ff 100644 --- a/PythonBindings.py +++ b/PythonBindings.py @@ -19,7 +19,7 @@ EXTRA_LIBS = [] # link with FBX SDK library built with VisualStudio 2015 by default vcCompiler = "vc140" -vsCompiler = "vs2015" +vsCompiler = "vs2017" # default supported python modules. # The script is decomposing the module to figure out what it needs to build. If more (or different modules) are -- GitLab