libremidi: fix kind

pull/4234/head
star9029 6 months ago
parent 8818161e51
commit f4e57048d6
  1. 2
      packages/l/libremidi/xmake.lua

@ -28,7 +28,7 @@ package("libremidi")
on_load(function (package)
if package:config("header_only") then
package:set("library", {headeronly = true})
package:set("kind", "library", {headeronly = true})
package:add("defines", "LIBREMIDI_HEADER_ONLY=1")
if package:config("jack") then
package:add("defines", "LIBREMIDI_JACK=1")

Loading…
Cancel
Save