1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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

This commit is contained in:
Diego Biurrun 2013-09-10 12:28:19 +02:00
parent b1e4698853
commit e2cd766ca1

2
configure vendored
View File

@ -3174,7 +3174,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"