mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
84146cc28c
1 changed files with 1 additions and 1 deletions
2
3rdparty/genie/src/base/os.lua
vendored
2
3rdparty/genie/src/base/os.lua
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue