Skip to content

Commit

Permalink
Merge pull request #101 from harfbuzz/harfbuzz-2.9.0
Browse files Browse the repository at this point in the history
Update to HarfBuzz 2.9.0
  • Loading branch information
khaledhosny authored Aug 24, 2021
2 parents 732390a + d47ee11 commit eaf24d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion harfbuzz
Submodule harfbuzz updated 2798 files
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
# skip 2.7, 3.3, 3.4 and 3.5: for now, only build for >= 3.6 64-bit
skip = ["cp27-*", "cp33-*", "cp34-*", "cp35-*", "*-manylinux_i686"]
# only build for 64-bit
skip = ["*-manylinux_i686"]

test-requires = "pytest"
test-command = "pushd {project} && pytest"

manylinux-x86_64-image = "manylinux1"
manylinux-i686-image = "manylinux1"

[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
define_macros.append(('HAVE_SYS_MMAN_H', '1'))
else:
define_macros.append(('HAVE_DIRECTWRITE', '1'))
#define_macros.append(('HAVE_UNISCRIBE', '1'))
define_macros.append(('HAVE_UNISCRIBE', '1'))
libraries += ['usp10', 'gdi32', 'user32', 'rpcrt4', 'dwrite']

if platform.system() == 'Darwin':
Expand Down

0 comments on commit eaf24d1

Please sign in to comment.