From f4e57048d66288f065185403c1e4d1ee78b85ab2 Mon Sep 17 00:00:00 2001 From: star9029 Date: Mon, 3 Jun 2024 22:49:56 +0800 Subject: [PATCH] libremidi: fix kind --- packages/l/libremidi/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/l/libremidi/xmake.lua b/packages/l/libremidi/xmake.lua index 14d9d021a..a09f3f2f2 100644 --- a/packages/l/libremidi/xmake.lua +++ b/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")