Skip to content

Commit cced2ea

Browse files
committed
Fixed another hardcoded path >:(
1 parent 1199d13 commit cced2ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.mac.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ make install
191191
cd ..
192192

193193
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
194+
export FREETYPE_CFLAGS=-I${PREFIX}/include/freetype2
195+
export "FREETYPE_LIBS=-L${PREFIX}/lib -lfreetype"
196+
./configure --prefix=${PREFIX} --disable-shared --with-freetype=yes
197197
make -j$(sysctl -n hw.ncpu)
198198
make install
199199
cd ..

0 commit comments

Comments
 (0)