Explorar el Código

update freetype

ruki hace 6 años
padre
commit
04e224dffa
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      packages/f/freetype/xmake.lua

+ 2 - 4
packages/f/freetype/xmake.lua

@@ -12,10 +12,8 @@ package("freetype")
         add_versions("2.9.1", "db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d")
     end
 
-    if is_plat("windows") then
-        add_includedirs("include/freetype")
-    else
-        add_includedirs("include/freetype2/freetype")
+    if not is_plat("windows") then
+        add_includedirs("include/freetype2")
     end
 
     on_install("windows", function (package)