fix ninja name

This commit is contained in:
Tigro 2014-05-14 18:26:59 +04:00
parent 0e3d667d4a
commit b7d9e164db

View file

@ -172,11 +172,11 @@ export GYP_GENERATORS='ninja'
mkdir -p out/Release
ninja-build -C out/Release chrome
ninja -C out/Release chrome
# Build the required SUID_SANDBOX helper
ninja-build -C out/Release chrome_sandbox
ninja -C out/Release chrome_sandbox
# Build the ChromeDriver test suite
ninja-build -C out/Release chromedriver
ninja -C out/Release chromedriver
%install
rm -rf %{buildroot}