[Bf-blender-cvs] [0672cc884c5] master: macOS fix typo on Frameworks dir

Arto Kitula noreply at git.blender.org
Thu Sep 12 22:13:56 CEST 2019


Commit: 0672cc884c56a9346f107ca8ef0e5216536d4022
Author: Arto Kitula
Date:   Thu Sep 12 23:13:52 2019 +0300
Branches: master
https://developer.blender.org/rB0672cc884c56a9346f107ca8ef0e5216536d4022

macOS fix typo on Frameworks dir

===================================================================

M	intern/ghost/intern/GHOST_NDOFManagerCocoa.mm

===================================================================

diff --git a/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm b/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
index 0fc6af64bac..b4ee8308d73 100644
--- a/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
+++ b/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
@@ -121,7 +121,7 @@ static bool load_driver_functions()
     return true;
   }
 
-  module = dlopen("/Library/Framework/3DconnexionClient.framework/3DconnexionClient", RTLD_LAZY | RTLD_LOCAL);
+  module = dlopen("/Library/Frameworks/3DconnexionClient.framework/3DconnexionClient", RTLD_LAZY | RTLD_LOCAL);
 
   if (module) {
     LOAD_FUNC(SetConnexionHandlers);



More information about the Bf-blender-cvs mailing list