mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
Fix autotools test
This commit is contained in:
parent
2bd6124737
commit
7de2d11150
3 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@ def removeprefix(s):
|
|||
|
||||
HBHEADERS = [os.path.basename (x) for x in os.getenv ('HBHEADERS', '').split ()] or \
|
||||
[x for x in os.listdir ('.') if x.startswith ('hb') and x.endswith ('.h')]
|
||||
HBHEADERS = [x for x in HBHEADERS if x.endswith ('.h')]
|
||||
HBSOURCES = [
|
||||
removeprefix(x) for x in os.getenv ('HBSOURCES', '').split ()
|
||||
] or [
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
|
||||
#include "hb.h"
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
HB_END_DECLS
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <functional>
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
/*
|
||||
#include "hb.h"
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
HB_END_DECLS
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue