From 95a51fc1bd0282f10c6c97cc6a3cbaca4c9163b8 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Mon, 24 Jun 2019 13:00:21 +0200 Subject: [PATCH] prefix/winnt/profile.bashrc: inform on DLL cp wrapper setup Signed-off-by: Michael Haubenwallner --- profiles/prefix/windows/winnt/profile.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/prefix/windows/winnt/profile.bashrc b/profiles/prefix/windows/winnt/profile.bashrc index 3c12c6519673..4e60691a4944 100644 --- a/profiles/prefix/windows/winnt/profile.bashrc +++ b/profiles/prefix/windows/winnt/profile.bashrc @@ -22,7 +22,9 @@ windows_setup_dllhelper() { # But as there is another file to install (the real dll), # and installation is done using cp, we override cp to # additionally copy the dll when the library is copied. + ebegin "Setting up wrapper to copy the DLL along the LIB" windows_setup_dllhelper_cp + eend $? ;; esac } -- 2.26.2