未验证 提交 133e17fe 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

Minor

上级 16f5b53e
...@@ -18,6 +18,7 @@ tested=false ...@@ -18,6 +18,7 @@ tested=false
for def in harfbuzz.def harfbuzz-icu.def harfbuzz-subset.def; do for def in harfbuzz.def harfbuzz-icu.def harfbuzz-subset.def; do
if ! test -f "$def"; then if ! test -f "$def"; then
echo "check-defs.sh: '$def' not found; skipping test it" echo "check-defs.sh: '$def' not found; skipping test it"
continue
fi fi
lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'` lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'`
for suffix in so dylib; do for suffix in so dylib; do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册