mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Only echo Windows-Libs on Windows
This commit is contained in:
parent
85f7a398d5
commit
75960b68cd
@ -35,7 +35,7 @@ ffbuild_dockerbuild() {
|
||||
|
||||
{
|
||||
echo "Cflags.private: -DZMQ_NO_EXPORT -DZMQ_STATIC"
|
||||
echo "Libs.private: -lws2_32 -liphlpapi"
|
||||
[[ $TARGET != win* ]] || echo "Libs.private: -lws2_32 -liphlpapi"
|
||||
} >> "$FFBUILD_PREFIX"/lib/pkgconfig/libzmq.pc
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user