Make builds now only fractal-gtk

This commit is contained in:
Daniel García Moreno 2018-01-29 01:24:39 +01:00
parent 228f218a94
commit 1e5ee1755d
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ cargo_release = find_program('scripts/release.sh')
cargo_release = custom_target('cargo-build',
build_by_default: true,
build_always: true,
output: ['fractal'],
install: true,
install_dir: fractal_bindir,

View file

@ -1,3 +1,3 @@
#!/bin/sh
cargo build --release && cp $1/target/release/fractal-gtk $2
cargo build --release -p fractal-gtk && cp $1/target/release/fractal-gtk $2