Commit 07f6a3d7 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e2cd766c'

* commit 'e2cd766c':
  configure: Mention that icl does not build both static and shared libs
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fa9e8baf e2cd766c
......@@ -3552,7 +3552,7 @@ case $target_os in
# Link to the import library instead of the normal static library
# for shared libs.
LD_LIB='%.lib'
# Cannot build shared and static libs at the same time with MSVC.
# Cannot build both shared and static libs with MSVC or icl.
disable static
fi
shlibdir_default="$bindir_default"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment