Skip to content

Commit 234888e

Browse files
committed
ts
1 parent d5bc1e7 commit 234888e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ apply-patch harfbuzz harfbuzz.patch
8686
# ./build-cmake-dep.sh zlib -DZLIB_BUILD_EXAMPLES=OFF
8787
# add_ffargs "--enable-zlib"
8888

89-
# if [ -n "$ENABLE_LIBFREETYPE" ]; then
90-
# ./build-cmake-dep.sh freetype
91-
# add_ffargs "--enable-libfreetype"
92-
# fi
89+
if [ -n "$ENABLE_LIBFREETYPE" ]; then
90+
./build-cmake-dep.sh freetype
91+
add_ffargs "--enable-libfreetype"
92+
fi
9393

94-
# if [ -n "$ENABLE_LIBHARFBUZZ" ]; then
95-
# ./build-cmake-dep.sh harfbuzz -DHB_HAVE_FREETYPE=ON
96-
# add_ffargs "--enable-libharfbuzz"
97-
# fi
94+
if [ -n "$ENABLE_LIBHARFBUZZ" ]; then
95+
./build-cmake-dep.sh harfbuzz -DHB_HAVE_FREETYPE=ON
96+
add_ffargs "--enable-libharfbuzz"
97+
fi
9898

9999
# if [ -n "$ENABLE_SDL" ]; then
100100
# ./build-cmake-dep.sh SDL

0 commit comments

Comments
 (0)