diff options
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cross b/README.cross index 6fcedf9827e5..0de64758f0b7 100644 --- a/README.cross +++ b/README.cross @@ -403,7 +403,7 @@ Then create pkg-config wrapper, something like: $ cat > pkg-config-wrapper-host << _EOF #!/bin/sh -if [ "$CROSS_COMPILING" = YES ]; then +if [ "$CROSS_COMPILING" = TRUE ]; then SYSROOT=$HOME/lo/raspbian-root export PKG_CONFIG_PATH=${SYSROOT}/usr/lib/arm-linux-gnueabihf/pkgconfig:${SYSROOT}/usr/share/pkgconfig export PKG_CONFIG_LIBDIR=${SYSROOT}/usr/lib/pkgconfig |