summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.sh b/build.sh
index 61b5ab1120..1017d5caab 100755
--- a/build.sh
+++ b/build.sh
@@ -218,14 +218,6 @@ build_coreclr()
exit 1
fi
- echo "Verifying System.Globalization.Native.so dependencies"
-
- ldd -r $__BinDir/System.Globalization.Native.so | awk 'BEGIN {count=0} /undefined symbol:/ { if (count==0) {print "Undefined symbol(s) found:"} print " " $3; count++ } END {if (count>0) exit(1)}'
- if [ $? != 0 ]; then
- echo "Failed. System.Globalization.Native.so has undefined dependencies. These are likely ICU APIs that need to be added to icushim.h"
- exit 1
- fi
-
popd
}