diff options
author | 2015-03-30 14:37:37 +0200 | |
---|---|---|
committer | 2015-03-30 14:37:37 +0200 | |
commit | 84146cc28c6d5efe1e5e1f1640bc433f595def99 (patch) | |
tree | 65cf599d77ac5f86a270b756f2c9dd439ea03c24 /3rdparty/genie/src/base | |
parent | a1369c9e30973aa610c30800380f2f8c197da633 (diff) | |
parent | 7846f994b373b80ea8f885566ffb886424230ec4 (diff) |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to '3rdparty/genie/src/base')
-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 7d9351eaf58..4bae381c4f4 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() then + if os.is64bit() and not os.is("macosx") then path = path .. ":/lib64:/usr/lib64/:usr/local/lib64" end path = path .. ":/lib:/usr/lib:/usr/local/lib" |