We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1199d13 commit cced2eaCopy full SHA for cced2ea
build.mac.sh
@@ -191,9 +191,9 @@ make install
191
cd ..
192
193
cd harfbuzz-8.3.0
194
-export FREETYPE_CFLAGS=-I/Users/m1/Nuitka-Python/../Nuitka-Python-Deps/include/freetype2
195
-export "FREETYPE_LIBS=-L/Users/m1/Nuitka-Python/../Nuitka-Python-Deps/lib -lfreetype"
196
-./configure --prefix=/Users/m1/Nuitka-Python/../Nuitka-Python-Deps --disable-shared --with-freetype=yes
+export FREETYPE_CFLAGS=-I${PREFIX}/include/freetype2
+export "FREETYPE_LIBS=-L${PREFIX}/lib -lfreetype"
+./configure --prefix=${PREFIX} --disable-shared --with-freetype=yes
197
make -j$(sysctl -n hw.ncpu)
198
make install
199
0 commit comments