[check-static-inits] Unbreak test

This commit is contained in:
Behdad Esfahbod 2022-04-13 15:31:51 -06:00
parent ec925ece05
commit 903cf8cfce
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if sys.version_info < (3, 5):
print ('check-static-inits.py: needs python 3.5 for recursive support in glob')
sys.exit (77)
OBJS = glob.glob (os.path.join (builddir, libs, '**', 'hb*.o'), recursive=True)
OBJS = glob.glob (os.path.join (builddir, libs, '**', '*hb*.o'), recursive=True)
if not OBJS:
print ('check-static-inits.py: object files not found; skipping test')
sys.exit (77)