Răsfoiți Sursa

improve libsdl

ruki 4 ani în urmă
părinte
comite
a430b87c13
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)