File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ generate-atecc608-config:
150
150
ci :
151
151
./.ci/ci
152
152
prepare-tidy : | build build-build
153
- make -C build rust-cbindgen
154
- make -C build-build rust-cbindgen
153
+ $( MAKE ) -C build rust-cbindgen
154
+ $( MAKE ) -C build-build rust-cbindgen
155
155
clean :
156
156
rm -rf build build-build build-debug build-build-rust-unit-tests
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ ExternalProject_Add(libwally-core
55
55
${CMAKE_CURRENT_SOURCE_DIR} /libwally-core/configure
56
56
${CONFIGURE_FLAGS}
57
57
${LIBWALLY_CONFIGURE_FLAGS}
58
- BUILD_COMMAND ${CMAKE_MAKE_PROGRAM}
59
58
INSTALL_COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_ARCHIVE_OUTPUT_DIRECTORY}
60
59
COMMAND ${CMAKE_COMMAND} -E copy
61
60
${CMAKE_CURRENT_BINARY_DIR} /libwally-core/src/libwally-core-build/src/.libs/libwallycore.a
You can’t perform that action at this time.
0 commit comments