diff options
author | 2015-03-30 14:39:21 +0200 | |
---|---|---|
committer | 2015-03-30 14:39:21 +0200 | |
commit | 795f88aee170249b31fc227e46d8321b61da5ca9 (patch) | |
tree | f0c203327a361330d0badfacbed5ecce3b011d16 | |
parent | 84146cc28c6d5efe1e5e1f1640bc433f595def99 (diff) |
reverted change (nw)
-rw-r--r-- | 3rdparty/genie/src/base/os.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" |