]> git.proxmox.com Git - rustc.git/blob - x.py
d/gbp.conf: switch back to proxmox settings
[rustc.git] / x.py
1 #!/usr/bin/env python
2
3 # This file is only a "symlink" to bootstrap.py, all logic should go there.
4
5 import os
6 import sys
7 rust_dir = os.path.dirname(os.path.abspath(__file__))
8 sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
9
10 import bootstrap
11 bootstrap.main()