Previous | 199869 Revisions | Next |
r36799 Monday 30th March, 2015 at 12:37:37 UTC by Miodrag Milanović |
---|
Merge branch 'master' of https://github.com/mamedev/mame |
[3rdparty/genie/src/base] | os.lua |
r245310 | r245311 | |
---|---|---|
77 | 77 | |
78 | 78 | table.insert(formats, "%s") |
79 | 79 | path = path or "" |
80 | if os.is64bit() then | |
80 | if os.is64bit() and not os.is("macosx") then | |
81 | 81 | path = path .. ":/lib64:/usr/lib64/:usr/local/lib64" |
82 | 82 | end |
83 | 83 | path = path .. ":/lib:/usr/lib:/usr/local/lib" |
https://github.com/mamedev/mame/commit/84146cc28c6d5efe1e5e1f1640bc433f595def99 |
Previous | 199869 Revisions | Next |