Skip to content

Commit 176a14a

Browse files
committed
[build-subsets.sh] eliminated build dependency checks, these are now performed elsewhere in scripting
1 parent 0eb8a96 commit 176a14a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

build-subsets.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,6 @@ fi
9696

9797
INSTALLFLAG=0
9898

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-
11899
# ttfautohint installed
119100
# - tests for install to local path from ttfautohint-build.sh script
120101
# - 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

Comments
 (0)