From 7846f994b373b80ea8f885566ffb886424230ec4 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 30 Mar 2015 09:45:19 +0300 Subject: Fixed "ld: warning: directory not found for option '-L/usr/lib64'" on OS X. (nw) --- 3rdparty/genie/src/base/os.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty/genie/src/base') diff --git a/3rdparty/genie/src/base/os.lua b/3rdparty/genie/src/base/os.lua index 7d9351eaf58..4bae381c4f4 100644 --- a/3rdparty/genie/src/base/os.lua +++ b/3rdparty/genie/src/base/os.lua @@ -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" -- cgit v1.2.3-70-g09d2