Fixed target name usrsctp-static

This commit is contained in:
Paul-Louis Ageneau
2020-06-22 19:36:15 +02:00
parent 7c1714f83c
commit 0a5cef331d

View File

@ -85,7 +85,7 @@ make usrsctp.lib : : @make_libusrsctp_msvc ;
actions make_libusrsctp
{
(cd $(CWD)/deps/usrsctp && cmake -B build -DCMAKE_C_FLAGS="-fPIC" && cd build && make -j2 usrsctplib-static)
(cd $(CWD)/deps/usrsctp && cmake -B build -DCMAKE_C_FLAGS="-fPIC" && cd build && make -j2 usrsctp-static)
cp $(CWD)/deps/usrsctp/build/usrsctplib/libusrsctp.a $(<)
}
actions make_libusrsctp_msvc