OpenBSD supports pkg-config

This commit is contained in:
Martijn van Duren
2025-02-08 09:07:52 +00:00
committed by Ralph Sennhauser
parent 2338473da1
commit 064ab14577
-6
View File
@@ -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