summarylogtreecommitdiffstats
path: root/build_x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_x86.sh')
-rwxr-xr-xbuild_x86.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_x86.sh b/build_x86.sh
index a1b3961a4187..ccce608e3615 100755
--- a/build_x86.sh
+++ b/build_x86.sh
@@ -70,6 +70,6 @@ mkdir -p out
python2=$(which python2 2>/dev/null || which python 2>/dev/null)
export DEPOT_TOOLS_WIN_TOOLCHAIN=0
-./gn/out/gn gen "$out" --args="$flags" --script-executable=$python2
+gn gen "$out" --args="$flags" --script-executable=$python2
ninja -C "$out" naive