Skip to content

Commit

Permalink
Fix copy args.gn command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 14, 2020
1 parent 9083f15 commit 20c01af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/win_scripts/build_kaleido.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (-Not (Test-Path out\Kaleido_win_$arch)) {
}

# Write out/Kaleido_win/args.gn
Copy-Item ..\win_scripts\args_$arch.gn -Destination out\Kaleido_win
Copy-Item ..\win_scripts\args_$arch.gn -Destination out\Kaleido_win_$arch\args.gn

# Copy kaleido/kaleido.cc to src/headless/app/kaleido.cc
if (Test-Path headless\app\scopes) {
Expand Down

0 comments on commit 20c01af

Please sign in to comment.