File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ add_library(mbinary STATIC IMPORTED GLOBAL)
2424
2525set_target_properties (mbinary PROPERTIES
2626 INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR} /include"
27- # IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/../mbinary-build /libmbinary.a"
27+ IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR} /target/release /libmbinary.a"
2828)
2929
30+
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ mkdir -p "$BASE_DIR/include"
77if cd " $BASE_DIR /c" ; then
88 if cargo build --release; then
99 cp " $BASE_DIR /target/mbinary.h" " $BASE_DIR /include/mbinary.h"
10- # cp "$BASE_DIR/target/release/libmbinary.a" "$BASE_DIR/../mbinary-build/libmbinary.a"
1110 echo " mbinary compiled."
1211 else
1312 echo " ERROR: cargo build failed"
You can’t perform that action at this time.
0 commit comments