mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
53c6de956f
More recent versions of harfbuzz conveniently generate harfbuzz.cc which has the full list of source files, so point our build to that instead of chasing the evolving list of files: much easier! Fixup some of the predefined symbols, and include opentype functions in bindings.h so that we can pick those up in the bindgen output.
4 lines
54 B
C
4 lines
54 B
C
#include <hb.h>
|
|
#include <hb-ft.h>
|
|
#include <hb-ot.h>
|