From 795f88aee170249b31fc227e46d8321b61da5ca9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 30 Mar 2015 14:39:21 +0200 Subject: [PATCH] reverted change (nw) --- 3rdparty/genie/src/base/os.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/genie/src/base/os.lua b/3rdparty/genie/src/base/os.lua index 4bae381c4f4..7d9351eaf58 100644 --- a/3rdparty/genie/src/base/os.lua +++ b/3rdparty/genie/src/base/os.lua @@ -77,7 +77,7 @@ table.insert(formats, "%s") path = path or "" - if os.is64bit() and not os.is("macosx") then + if os.is64bit() then path = path .. ":/lib64:/usr/lib64/:usr/local/lib64" end path = path .. ":/lib:/usr/lib:/usr/local/lib"