We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean entire product.layout.build() if force rebuild requested
playdate/cargo/src/package/mod.rs
Line 296 in a69b41a
let mut layout = CrossTargetLayout::new(config, package.package_id(), Some(layout_target_name))?.lock(config.workspace .gctx())?; crate::layout::Layout::prepare(&mut layout.as_mut())?; if config.compile_options.build_config.force_rebuild { // TODO: clean entire product.layout.build() if force rebuild requested } let mut dev = Default::default(); for product in &products { log::debug!("Preparing binaries for packaging {}", product.presentable_name());
The text was updated successfully, but these errors were encountered:
boozook
No branches or pull requests
clean entire product.layout.build() if force rebuild requested
playdate/cargo/src/package/mod.rs
Line 296 in a69b41a
Source of this issue
The text was updated successfully, but these errors were encountered: