diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-24 13:00:21 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-24 13:07:50 +0200 |
commit | 95a51fc1bd0282f10c6c97cc6a3cbaca4c9163b8 (patch) | |
tree | f5803f68d2cfef6f9f90e79428c8eacf8d3071e7 /profiles | |
parent | app-emacs/{semi,wanderlust,mu-cite}: Depend on app-emacs/flim directly. (diff) | |
download | gentoo-95a51fc1bd0282f10c6c97cc6a3cbaca4c9163b8.tar.gz gentoo-95a51fc1bd0282f10c6c97cc6a3cbaca4c9163b8.tar.bz2 gentoo-95a51fc1bd0282f10c6c97cc6a3cbaca4c9163b8.zip |
prefix/winnt/profile.bashrc: inform on DLL cp wrapper setup
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/windows/winnt/profile.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |