-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix Rust version to actually be conditional, and off by default
Until we land the git2-rs changes (and have the cargo entry reference code outside of my homedir) there's not much point to enabling it by default. Closes #14
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
if ENABLE_RUST | ||
bin_PROGRAMS += git-rustevtag | ||
|
||
git-rustevtag: rust/src/main.rs rust/Cargo.toml | ||
(cd rust && cargo build) && cp rust/target/debug/git-rustevtag . | ||
endif |