mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Fixed target name usrsctp-static
This commit is contained in:
2
Jamfile
2
Jamfile
@ -85,7 +85,7 @@ make usrsctp.lib : : @make_libusrsctp_msvc ;
|
|||||||
|
|
||||||
actions make_libusrsctp
|
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 $(<)
|
cp $(CWD)/deps/usrsctp/build/usrsctplib/libusrsctp.a $(<)
|
||||||
}
|
}
|
||||||
actions make_libusrsctp_msvc
|
actions make_libusrsctp_msvc
|
||||||
|
Reference in New Issue
Block a user