Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vhdirk committed Mar 1, 2024
1 parent 2d36b43 commit 7e2284b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.rs.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use constcat::concat;
use crate::application::AppProfile;
use constcat::concat;

pub const APP_NAME: &str = "Terms";
pub const APP_ID: &str = @APP_ID@;
Expand Down
4 changes: 3 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ cargo_build = custom_target(
cargo, 'build',
cargo_options,
'&&',
'cp', 'src' / rust_target / 'terms', 'src' / rust_target / 'terms-toolbox', '@OUTPUT@',
'cp', 'src' / rust_target / 'terms', '@OUTPUT0@',
'&&',
'cp', 'src' / rust_target / 'terms-toolbox', '@OUTPUT1@',
]
)

0 comments on commit 7e2284b

Please sign in to comment.