OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=41
This commit is contained in:
parent
366de547e4
commit
d2ecea8760
@ -82,6 +82,7 @@ done | sort -u
|
||||
for g in $pcs; do
|
||||
dirname=`dirname $g`
|
||||
PKG_CONFIG_PATH=$dirname x86_64-w64-mingw32-pkg-config --print-errors --print-requires $g | awk '{ print "mingw64(pkg:"$1")", $2, $3 }'
|
||||
PKG_CONFIG_PATH=$dirname x86_64-w64-mingw32-pkg-config --print-errors --print-requires-private $g | awk '{ print "mingw64(pkg:"$1")", $2, $3 }'
|
||||
for h in `PKG_CONFIG_PATH=$dirname x86_64-w64-mingw32-pkg-config --libs-only-l $g | sed 's#\-l##g'`; do
|
||||
echo "mingw64(lib:$h)"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user