update freetype headers

pull/13/head
ruki 6 years ago
parent 04e224dffa
commit 37617c6e8e
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/f/freetype/xmake.lua

@ -26,5 +26,5 @@ package("freetype")
end)
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)

Loading…
Cancel
Save