Skip to content

Commit

Permalink
Add courgette target to generate courgette.exe in x86
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed May 23, 2020
1 parent 8ceb0d1 commit 8b95af0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ if (is_win) {
visibility = [ ":mini_installer_dependencies" ]
sources = [ "$root_out_dir/courgette.exe" ]
outputs = [ "$root_out_dir/$last_chrome_installer/{{source_file_part}}" ]
deps = [ "//courgette:copy_courgette_binaries" ]
deps = [
"//courgette",
"//courgette:copy_courgette_binaries",
]
}
}

Expand Down

0 comments on commit 8b95af0

Please sign in to comment.