提交 56bd259b 编写于 作者: B Behdad Esfahbod

Minor

上级 4538b47b
...@@ -18,7 +18,7 @@ tested=false ...@@ -18,7 +18,7 @@ tested=false
for suffix in so; do for suffix in so; do
so=.libs/libharfbuzz.$suffix so=.libs/libharfbuzz.$suffix
if test -f "$so"; then if test -f "$so"; then
echo "Checking that we are exposing internal symbols" echo "Checking that we are not exposing internal symbols"
if nm $so | grep ' T ' | grep -v ' T _fini\>\| T _init\>\| T hb_'; then if nm $so | grep ' T ' | grep -v ' T _fini\>\| T _init\>\| T hb_'; then
echo "Ouch, internal symbols exposed" echo "Ouch, internal symbols exposed"
stat=1 stat=1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册