RISCOS: Fix detecting packages using pkg-config
This commit is contained in:
parent
120be08d31
commit
ff40dfe91f
1 changed files with 6 additions and 1 deletions
7
configure
vendored
7
configure
vendored
|
@ -3206,6 +3206,9 @@ if test -n "$_host"; then
|
|||
_optimization_level=-O1
|
||||
append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/vfp/lib"
|
||||
append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/vfp/include"
|
||||
if test -z "$PKG_CONFIG_LIBDIR"; then
|
||||
PKG_CONFIG_LIBDIR="$GCCSDK_INSTALL_ENV/vfp/lib/pkgconfig"
|
||||
fi
|
||||
_sdlpath=$GCCSDK_INSTALL_ENV/vfp/bin
|
||||
_freetypepath=$GCCSDK_INSTALL_ENV/vfp/bin
|
||||
_libcurlpath=$GCCSDK_INSTALL_ENV/vfp/bin
|
||||
|
@ -3218,7 +3221,9 @@ if test -n "$_host"; then
|
|||
arm-*riscos)
|
||||
append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/lib"
|
||||
append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/include"
|
||||
_pkgconfig=$GCCSDK_INSTALL_ENV/ro-pkg-config
|
||||
if test -z "$PKG_CONFIG_LIBDIR"; then
|
||||
PKG_CONFIG_LIBDIR="$GCCSDK_INSTALL_ENV/lib/pkgconfig"
|
||||
fi
|
||||
_sdlpath=$GCCSDK_INSTALL_ENV/bin
|
||||
_freetypepath=$GCCSDK_INSTALL_ENV/bin
|
||||
_libcurlpath=$GCCSDK_INSTALL_ENV/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue