This commit is contained in:
Miodrag Milanovic 2015-03-30 14:37:37 +02:00
commit 84146cc28c

View File

@ -77,7 +77,7 @@
table.insert(formats, "%s") table.insert(formats, "%s")
path = path or "" path = path or ""
if os.is64bit() then if os.is64bit() and not os.is("macosx") then
path = path .. ":/lib64:/usr/lib64/:usr/local/lib64" path = path .. ":/lib64:/usr/lib64/:usr/local/lib64"
end end
path = path .. ":/lib:/usr/lib:/usr/local/lib" path = path .. ":/lib:/usr/lib:/usr/local/lib"