Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArto Kitula <arto.kitula@gmail.com>2019-09-12 23:13:52 +0300
committerArto Kitula <arto.kitula@gmail.com>2019-09-12 23:13:52 +0300
commit0672cc884c56a9346f107ca8ef0e5216536d4022 (patch)
tree1e0c1180f5882a14bc607f95c72664df298ccdc2
parent85a6c07670fbbe279c567844b99a7a6bd6de07db (diff)
macOS fix typo on Frameworks dir
-rw-r--r--intern/ghost/intern/GHOST_NDOFManagerCocoa.mm2
1 files changed, 1 insertions, 1 deletions
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);