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
This commit is contained in:
parent
ef0ddb5ef1
commit
99b631d82f
|
|
@ -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
|
||||
NazaraBuild.SetupToolTable = NazaraBuild.SetupInfoTable
|
||||
|
|
|
|||
Loading…
Reference in New Issue