Browse Source

libremidi: fix kind

star9029 1 năm trước cách đây
mục cha
commit
f4e57048d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/l/libremidi/xmake.lua

+ 1 - 1
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")