From a430b87c13bff861c5cd207abaed374a240c4810 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Jan 2021 23:40:24 +0800 Subject: [PATCH] improve libsdl --- packages/l/libsdl/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/l/libsdl/xmake.lua b/packages/l/libsdl/xmake.lua index e4dd972a1..5aae16e93 100644 --- a/packages/l/libsdl/xmake.lua +++ b/packages/l/libsdl/xmake.lua @@ -48,7 +48,7 @@ package("libsdl") on_load(function (package) if package:is_plat("macosx") and package:version():ge("2.0.14") then - package:add("frameworks", "GameController") + package:add("frameworks", "CoreHaptics", "GameController") end end)