mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Only check for --bundle flag in roc build
This commit is contained in:
parent
2fd59981e5
commit
1661c0c87f
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ pub fn build(
|
|||
process::exit(1);
|
||||
}
|
||||
|
||||
if matches.is_present(FLAG_BUNDLE) {
|
||||
if config == BuildConfig::BuildOnly && matches.is_present(FLAG_BUNDLE) {
|
||||
let start_time = Instant::now();
|
||||
|
||||
// Rather than building an executable or library, we're building
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue