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:
parent
dd6b805fce
commit
df7adbb5f0
@ -103,9 +103,9 @@ cargo_build += --features sqlite-rpmdb-default
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if RUST_DEBUG
|
if RUST_DEBUG
|
||||||
cargo_target_dir=debug
|
cargo_target_dir=debug
|
||||||
else
|
else
|
||||||
cargo_target_dir=release
|
cargo_target_dir=release
|
||||||
endif
|
endif
|
||||||
LIBRPMOSTREE_RUST_SRCS = $(shell find rust/src/ -name '*.rs') Cargo.toml Cargo.lock cbindgen.toml
|
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
|
# FIXME - build all this code in a rpmostree-sys crate, or just move all the C/C++ build
|
||||||
|
Loading…
Reference in New Issue
Block a user