1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4588

Maxim Biro (1):
      fix(build): Windows cross-compilation didn't see libfilterudio
This commit is contained in:
sudden6 2017-09-21 17:36:45 +02:00
commit b7921ef29a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -802,8 +802,8 @@ for PREFIX_DIR in $DEP_DIR/*; do
then then
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PREFIX_DIR/lib/pkgconfig" export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PREFIX_DIR/lib/pkgconfig"
export PKG_CONFIG_LIBDIR="$PKG_CONFIG_LIBDIR:$PREFIX_DIR/lib/pkgconfig" export PKG_CONFIG_LIBDIR="$PKG_CONFIG_LIBDIR:$PREFIX_DIR/lib/pkgconfig"
CMAKE_FIND_ROOT_PATH="$CMAKE_FIND_ROOT_PATH $PREFIX_DIR"
fi fi
CMAKE_FIND_ROOT_PATH="$CMAKE_FIND_ROOT_PATH $PREFIX_DIR"
done done
echo " echo "