Index: experimental/webtry/setup/continue_install |
diff --git a/experimental/webtry/setup/continue_install b/experimental/webtry/setup/continue_install |
index 1959ee78a88d55080abb7c8e7efc248ddbb2b4da..405d0dc3d96b671e986177ff939fbb240b664d9e 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 |