Previous | 199869 Revisions | Next |
r36800 Monday 30th March, 2015 at 12:39:21 UTC by Miodrag Milanović |
---|
reverted change (nw) |
[3rdparty/genie/src/base] | os.lua |
r245311 | r245312 | |
---|---|---|
77 | 77 | |
78 | 78 | table.insert(formats, "%s") |
79 | 79 | path = path or "" |
80 | if os.is64bit() | |
80 | if os.is64bit() 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/795f88aee170249b31fc227e46d8321b61da5ca9 |
Previous | 199869 Revisions | Next |