build/pkg-config.sh: add comment
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# This is a wrapper for pkg-config which helps with cross-compiling;
|
||||||
|
# it sets up environment variables to pkg-config searches for
|
||||||
|
# libraries in the sysroot where a copy of this script is located.
|
||||||
|
|
||||||
BIN=`dirname $0`
|
BIN=`dirname $0`
|
||||||
ROOT=`dirname "$BIN"`
|
ROOT=`dirname "$BIN"`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user