Skip to content
Snippets Groups Projects
Commit 555261a7 authored by Joe Garcia's avatar Joe Garcia
Browse files

fix expat exclusion

parent 79a56d5c
No related branches found
No related tags found
No related merge requests found
......@@ -3551,6 +3551,8 @@ mk_gdal() {
if useSysCheck USE_SYS_EXPAT ; then
_find_cots EXPAT include/expat.h $BASE $COTS_HOME ${SYSROOT}/usr || oops "GDAL wants EXPAT"
_find_cots_lib EXPAT libexpat ${EXPAT} || oops "GDAL needs EXPAT lib"
else
unset EXPAT
fi
_find_cots CURL bin/curl-config $BASE $COTS_HOME ${SYSROOT}/usr || oops "GDAL needs CURL"
_find_cots ICONV include/iconv.h /sw $BASE $COTS_HOME ${SYSROOT}/usr || oops "GDAL needs ICONV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment