Minor
This commit is contained in:
parent
4538b47bf0
commit
56bd259b9a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue