mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![Bert Belder](/assets/img/avatar_default.png)
* Make sync_third_party work in general * Un-break build.py and run_hooks.py on windows * Partially fix format.py on windows * Reduce code duplication between run_hooks and sync_third_party
7 lines
125 B
Python
Executable file
7 lines
125 B
Python
Executable file
#!/usr/bin/env python
|
|
import third_party
|
|
|
|
third_party.fix_symlinks()
|
|
|
|
third_party.download_gn()
|
|
third_party.download_clang()
|