Browse Source

update freetype headers

ruki 6 years ago
parent
commit
37617c6e8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/f/freetype/xmake.lua

+ 1 - 1
packages/f/freetype/xmake.lua

@@ -26,5 +26,5 @@ package("freetype")
     end)
     end)
 
 
     on_test(function (package)
     on_test(function (package)
-        assert(package:has_cfuncs("FT_Init_FreeType", {includes = {"ft2build.h", "FT_FREETYPE_H"}}))
+        assert(package:has_cfuncs("FT_Init_FreeType", {includes = {"ft2build.h", "freetype/freetype.h"}}))
     end)
     end)