diff --git a/experimental/webtry/setup/continue_install b/experimental/webtry/setup/continue_install index 1959ee78a8..405d0dc3d9 100755 --- a/experimental/webtry/setup/continue_install +++ b/experimental/webtry/setup/continue_install @@ -53,9 +53,9 @@ git checkout master # git apply $PATCH GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0 -ninja -C out/Debug webtry +ninja -C out/Release webtry cd experimental/webtry go get -d -go build webtry.go +./build \ No newline at end of file