Current Path : /usr/share/ |
Current File : //usr/share/pkg-config-crosswrapper |
#! /bin/sh # pkg-config wrapper for cross-building # Sets pkg-config search path to target arch path only. triplet=`basename $0 | sed -e 's:-pkg-config::'` PKG_CONFIG_PATH=/usr/lib/${triplet}/pkgconfig:/usr/${triplet}/lib/pkgconfig pkg-config $@