Makefile-rpm-ostree: Fix setting of cargo_target_dir

We don't want tabs here otherwise it doesn't work.
This commit is contained in:
Jonathan Lebon 2021-02-04 15:08:50 -05:00 committed by OpenShift Merge Robot
parent dd6b805fce
commit df7adbb5f0

View File

@ -103,9 +103,9 @@ cargo_build += --features sqlite-rpmdb-default
endif
if RUST_DEBUG
cargo_target_dir=debug
cargo_target_dir=debug
else
cargo_target_dir=release
cargo_target_dir=release
endif
LIBRPMOSTREE_RUST_SRCS = $(shell find rust/src/ -name '*.rs') Cargo.toml Cargo.lock cbindgen.toml
# FIXME - build all this code in a rpmostree-sys crate, or just move all the C/C++ build