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