diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-26 20:15:55 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-29 00:24:16 -0400 |
| commit | db65c723ae9c4e765e30a05ed6c96f04754dc3f1 (patch) | |
| tree | 4043f0f7cfc0d4bb51bbc38f6f6c9316282f3602 /tools/run_hooks.py | |
| parent | 604a8a640cf1f825218fdb5b23351cd46fc56747 (diff) | |
Rename run_hooks.py to setup.py
Moves 'gn gen' into setup.py
Make tools/build.py more ergonomic.
Diffstat (limited to 'tools/run_hooks.py')
| -rwxr-xr-x | tools/run_hooks.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/run_hooks.py b/tools/run_hooks.py deleted file mode 100755 index 59161f5f2..000000000 --- a/tools/run_hooks.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -import third_party - -third_party.fix_symlinks() - -third_party.download_gn() -third_party.download_clang() |
