You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-subsets.sh
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -96,25 +96,6 @@ fi
96
96
97
97
INSTALLFLAG=0
98
98
99
-
echo"Confirming that build dependencies are installed..."
100
-
echo""
101
-
102
-
# fontmake installed
103
-
if! which fontmake
104
-
then
105
-
echo"fontmake was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again."1>&2
106
-
INSTALLFLAG=1
107
-
fi
108
-
109
-
# fontTools python library can be imported
110
-
if! python -c "import fontTools"
111
-
then
112
-
echo"The fontTools library was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again."1>&2
113
-
INSTALLFLAG=1
114
-
else
115
-
echo"fontTools Python library identified"
116
-
fi
117
-
118
99
# ttfautohint installed
119
100
# - tests for install to local path from ttfautohint-build.sh script
120
101
# - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets
0 commit comments