Commit e2cd766c authored by Diego Biurrun's avatar Diego Biurrun

configure: Mention that icl does not build both static and shared libs

parent b1e46988
...@@ -3174,7 +3174,7 @@ case $target_os in ...@@ -3174,7 +3174,7 @@ case $target_os in
# Link to the import library instead of the normal static library # Link to the import library instead of the normal static library
# for shared libs. # for shared libs.
LD_LIB='%.lib' 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 disable static
fi fi
shlibdir_default="$bindir_default" 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