Fix autotools test

This commit is contained in:
Behdad Esfahbod 2024-04-01 01:54:09 -06:00
parent 2bd6124737
commit 7de2d11150
3 changed files with 4 additions and 3 deletions

View file

@ -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 [

View file

@ -27,9 +27,6 @@
#include "hb.h"
HB_BEGIN_DECLS
HB_END_DECLS
#ifdef __cplusplus
#include <functional>

View file

@ -27,6 +27,9 @@
/*
#include "hb.h"
HB_BEGIN_DECLS
HB_END_DECLS
*/
#include <stdint.h>