commit | 238e7dd2b646b061ffb5c748e280c1e805d6fd00 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu Sep 01 13:24:01 2022 -0600 |
committer | Behdad Esfahbod <[email protected]> | Thu Sep 01 13:24:01 2022 -0600 |
tree | 22b56e7011f6e4eb3132972d23ca9065f57f4806 | |
parent | 470944901f63dfe4ba74e65906be8fe94d620143 [diff] [blame] |
Fix build
diff --git a/perf/benchmark-subset.cc b/perf/benchmark-subset.cc index 340b50c..2b40846 100644 --- a/perf/benchmark-subset.cc +++ b/perf/benchmark-subset.cc
@@ -132,8 +132,9 @@ AddGlyphs(num_glyphs, subset_size, input); } break; - + case instance: +#ifdef HB_EXPERIMENTAL_API { hb_set_t* all_codepoints = hb_set_create (); hb_face_collect_unicodes (face, all_codepoints); @@ -145,6 +146,7 @@ test_input.instance_opts[i].axis_tag, test_input.instance_opts[i].axis_value); } +#endif break; }