Commit c672b60d authored by Max Kellermann's avatar Max Kellermann

build/pkg-config.sh: add comment

parent ea269c9c
#!/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"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment