forked from mirrors/0ad
Add more libraries to the report
This commit is contained in:
@@ -698,16 +698,18 @@ extern_lib_defs = {
|
||||
else
|
||||
pkgconfig.add_includes("ogg")
|
||||
pkgconfig.add_includes("vorbisfile")
|
||||
pkgconfig.add_includes("vorbis")
|
||||
end
|
||||
end,
|
||||
link_settings = function()
|
||||
if os.istarget("windows") then
|
||||
add_default_lib_paths("vorbis")
|
||||
add_default_links({
|
||||
win_names = { "vorbisfile" },
|
||||
win_names = { "vorbisfile", "vorbis" },
|
||||
})
|
||||
else
|
||||
pkgconfig.add_links("vorbisfile")
|
||||
pkgconfig.add_links("vorbis")
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
||||
@@ -852,15 +852,22 @@ function setup_all_libs ()
|
||||
"zlib",
|
||||
"boost",
|
||||
"enet",
|
||||
"gloox",
|
||||
"libcurl",
|
||||
"tinygettext",
|
||||
"icu",
|
||||
"iconv",
|
||||
"libsodium",
|
||||
"libpng",
|
||||
"fmt",
|
||||
"freetype",
|
||||
}
|
||||
|
||||
|
||||
if not _OPTIONS["without-miniupnpc"] then
|
||||
table.insert(extern_libs, "miniupnpc")
|
||||
end
|
||||
|
||||
if not _OPTIONS["without-nvtt"] then
|
||||
table.insert(extern_libs, "nvtt")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user