From 99b631d82f868d3ab4dffe8154928aad3a582f58 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 19 Aug 2016 01:49:36 +0200 Subject: [PATCH] Fixed linking of tools on GCC 64bits Former-commit-id: b6191b5aabb5378a242f271e7faa511ea09feebd [formerly 68387e1786d721c8eb657c0217bf4c80422b7c51] [formerly e2e5f1c8a221f350e695829c669a4c6af16c2635 [formerly c7b894f99a2d70988792b12914a1f411d4112855]] Former-commit-id: 3a873af915fd03188b03c1a9c5215b1568f2e333 [formerly a12848832f2df0e659f99741958ed970e8a42c46] Former-commit-id: 8273bf5e11447fb9628bf17c517be9f3ffec0bd8 --- build/scripts/common.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/scripts/common.lua b/build/scripts/common.lua index b20d213fa..cf6fa6560 100644 --- a/build/scripts/common.lua +++ b/build/scripts/common.lua @@ -314,7 +314,7 @@ function NazaraBuild:Execute() configuration({"codeblocks or codelite or gmake", "x64"}) libdirs("../extlibs/lib/" .. makeLibDir .. "/x64") - libdirs("../lib/" .. makeLibDir .. "/x86") + libdirs("../lib/" .. makeLibDir .. "/x64") if (toolTable.Kind == "library") then targetdir(toolTable.TargetDirectory .. "/" .. makeLibDir .. "/x64") elseif (toolTable.Kind == "plugin") then @@ -1084,4 +1084,4 @@ function NazaraBuild:SetupModuleTable(infoTable) table.insert(infoTable.LibraryPaths.x64, "../extlibs/lib/common/x64") end -NazaraBuild.SetupToolTable = NazaraBuild.SetupInfoTable \ No newline at end of file +NazaraBuild.SetupToolTable = NazaraBuild.SetupInfoTable