Explorar o código

improve libsdl

ruki %!s(int64=4) %!d(string=hai) anos
pai
achega
a430b87c13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)