mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
OpenBSD supports pkg-config
This commit is contained in:
committed by
Ralph Sennhauser
parent
2338473da1
commit
064ab14577
@@ -715,12 +715,6 @@ extern_lib_defs = {
|
||||
add_default_links({
|
||||
win_names = { "libvorbisfile" },
|
||||
})
|
||||
elseif os.getversion().description == "OpenBSD" then
|
||||
-- TODO: We need to force linking with these as currently
|
||||
-- they need to be loaded explicitly on execution
|
||||
add_default_links({
|
||||
unix_names = { "ogg", "vorbis" },
|
||||
})
|
||||
else
|
||||
pkgconfig.add_links("vorbisfile")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user