Build: Fix thirdparty target dir
This commit is contained in:
parent
8e2efb5007
commit
efa727dfd4
|
|
@ -82,8 +82,6 @@ function NazaraBuild:Execute()
|
|||
|
||||
-- Extern libraries
|
||||
if (self.Config["BuildDependencies"]) then
|
||||
self:FilterLibDirectory("../thirdparty/genlib/", targetdir) -- For generated libraries
|
||||
|
||||
group("Thirdparties")
|
||||
|
||||
for k, libTable in ipairs(self.OrderedExtLibs) do
|
||||
|
|
@ -105,6 +103,8 @@ function NazaraBuild:Execute()
|
|||
links(libTable.Libraries)
|
||||
libdirs("../thirdparty/lib/common")
|
||||
|
||||
self:FilterLibDirectory("../thirdparty/genlib/", targetdir) -- For generated libraries
|
||||
|
||||
filter(clangGccActions)
|
||||
buildoptions("-U__STRICT_ANSI__")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue