Skip to content

Commit

Permalink
Fix path to flags.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
llebout committed Apr 1, 2019
1 parent 58c350e commit 7aa51c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppc64le_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ cd ../
cd src

mkdir -p out/Default
cp flags.gn out/Default/args.gn
cp ../../flags.gn out/Default/args.gn
./tools/gn/bootstrap/bootstrap.py --skip-generate-buildfiles -j4 -o out/Default/gn

./out/Default/gn gen out/Default --fail-on-unused-args
Expand Down

0 comments on commit 7aa51c6

Please sign in to comment.