Browse Source

improve libsdl

ruki 4 years ago
parent
commit
a430b87c13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libsdl/xmake.lua

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