From 190a35f690b1048a32547a4cb0de369e3f7dde4b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Feb 2008 21:18:35 +0000 Subject: =?UTF-8?q?Patche=20from=20Giuseppe=20Ghib=C3=B2=20to=20look=20in?= =?UTF-8?q?=20/usr/lib64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/blender/yafray/intern/export_Plugin.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/yafray') diff --git a/source/blender/yafray/intern/export_Plugin.cpp b/source/blender/yafray/intern/export_Plugin.cpp index abfdb5ed5dc..361939df9c4 100644 --- a/source/blender/yafray/intern/export_Plugin.cpp +++ b/source/blender/yafray/intern/export_Plugin.cpp @@ -101,6 +101,9 @@ static string YafrayPath() static char *alternative[]= { "/usr/local/lib/", +#ifdef __x86_64__ + "/usr/lib64/", +#endif "/usr/lib/", NULL }; @@ -124,6 +127,9 @@ static string YafrayPluginPath() static char *alternative[]= { "/usr/local/lib/yafray", +#ifdef __x86_64__ + "/usr/lib64/yafray", +#endif "/usr/lib/yafray", NULL }; -- cgit v1.2.3