Revert "Debug env only"

This reverts commit bf11cc3e3b.
This commit is contained in:
d2weber
2026-06-17 19:44:11 +02:00
parent 1c1097cc7c
commit 9faeb1e225

View File

@@ -51,7 +51,7 @@ add_custom_command(
LIBDIR=${CMAKE_INSTALL_FULL_LIBDIR}
INCLUDEDIR=${CMAKE_INSTALL_FULL_INCLUDEDIR}
# ${CARGO} build --target-dir=${CMAKE_BINARY_DIR}/target --release
printenv
sh -c "echo CARGO_BUILD_TARGET=\$CARGO_BUILD_TARGET && ${CARGO} build --target-dir=${CMAKE_BINARY_DIR}/target --release"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/deltachat-jsonrpc-bindings
)