From kde-commits Mon Sep 10 20:57:03 2018 From: Gilles Caulier Date: Mon, 10 Sep 2018 20:57:03 +0000 To: kde-commits Subject: [digikam] project/bundles/mxe: add bcrypt.dll to black-list Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153661307019087 Git commit 856746b7bed81bda38c53372ef4c0ad6e4ffbb22 by Gilles Caulier. Committed on 10/09/2018 at 20:56. Pushed by cgilles into branch 'master'. add bcrypt.dll to black-list M +2 -1 project/bundles/mxe/rll.py https://commits.kde.org/digikam/856746b7bed81bda38c53372ef4c0ad6e4ffbb22 diff --git a/project/bundles/mxe/rll.py b/project/bundles/mxe/rll.py index b72794d8cb..0718019654 100755 --- a/project/bundles/mxe/rll.py +++ b/project/bundles/mxe/rll.py @@ -6,7 +6,7 @@ # The MIT License (MIT) # # Copyright (c) 2015 Martin Preisler -# Copyright (c) 2016-2017 Gilles Caulier +# Copyright (c) 2016-2018 Gilles Caulier # # Blog post : https://martin.preisler.me/2015/03/mingw-bundledlls-= automatically-bundle-dlls/ # Github repository : https://github.com/mpreisler/mingw-bundledlls @@ -83,6 +83,7 @@ blacklist =3D [ "glu32.dll", "dwmapi.dll", "uxtheme.dll", + "bcrypt.dll", ] = # -----------------------------------------------