openal: remove pkg extsource

pkg is not yet supported by xmake
pull/4353/head
Jérôme Leclercq 5 months ago committed by GitHub
parent 3e4c192cad
commit 5daf74dc4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/o/openal-soft/xmake.lua

@ -18,8 +18,6 @@ package("openal-soft")
add_extsources("pacman::openal")
elseif is_plat("linux") then
add_extsources("pacman::openal", "apt::libopenal-dev")
elseif is_plat("bsd") then
add_extsources("pkg::openal-soft")
elseif is_plat("macosx") then
add_extsources("brew::openal-soft")
end

Loading…
Cancel
Save