We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8092439 commit 2e9c460Copy full SHA for 2e9c460
1 file changed
build-devkit.sh
@@ -294,8 +294,8 @@ if [ "$BUILD_DKPRO_SKIP_LIBRARIES" != "1" ] && [ -f $scriptdir/build-libs.sh ];
294
. $scriptdir/build-libs.sh || { echo "Error building libraries"; exit 1; }; cd $BUILDSCRIPTDIR;
295
fi
296
297
-if [ ! -z $CROSSBUILD ]; then
298
- cp -v $CROSSBINPATH/*.dll $CROSSLIBPATH/*.dll $prefix/bin
+if [ ! -z $CROSSBUILD ] && grep -q "mingw" <<<"$CROSSBUILD" ; then
+ cp -v $CROSSBINPATH//libwinpthread-1.dll $prefix/bin
299
300
301
echo "stripping installed binaries"
0 commit comments