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")
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"