Skip to content

Commit 4dee30d

Browse files
authored
Merge pull request #80 from ManimCommunity/fix-wheel-build
Fix wheel build on macOS
2 parents 227e0fd + b420c3f commit 4dee30d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- macos-wheels-fix
7+
- fix-wheel-build
88
release:
99
types: [created]
1010

packing/build_pango_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ meson setup \
126126
-Dcoretext=enabled \
127127
-Dfreetype=enabled \
128128
-Dintrospection=disabled \
129-
-Dglib=disabled \
129+
-Dglib=enabled \
130130
--default-library=shared \
131131
harfbuzz_builddir harfbuzz
132132
meson compile -C harfbuzz_builddir

0 commit comments

Comments
 (0)