From 0a5cef331d0de478a25bf270db2bc4f2da007e38 Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Mon, 22 Jun 2020 19:36:15 +0200 Subject: [PATCH] Fixed target name usrsctp-static --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 569caec..9d80cbb 100644 --- a/Jamfile +++ b/Jamfile @@ -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