Use actual binary instead of python wrapper
This commit is contained in:
parent
856483fe61
commit
6b3ee233ff
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ jobs:
|
|||
name: GN gen
|
||||
command: |
|
||||
cd src
|
||||
echo 'export SCCACHE_WRAPPER="'`pwd`'/libchromiumcontent/script/sccache"' >> $BASH_ENV
|
||||
echo 'export SCCACHE_WRAPPER="'`pwd`'/libchromiumcontent/tools/sccache/aad2120/linux/sccache"' >> $BASH_ENV
|
||||
echo 'export CHROMIUM_BUILDTOOLS_PATH=`pwd`/buildtools' >> $BASH_ENV
|
||||
source $BASH_ENV
|
||||
mkdir out/Default
|
||||
|
|
Loading…
Reference in a new issue