]> git.proxmox.com Git - rustc.git/blame - x.py
New upstream version 1.49.0+dfsg1
[rustc.git] / x.py
CommitLineData
32a655c1 1#!/usr/bin/env python
32a655c1 2
7cac9316 3# This file is only a "symlink" to bootstrap.py, all logic should go there.
8bb4bdeb 4
32a655c1 5import os
8bb4bdeb
XL
6import sys
7rust_dir = os.path.dirname(os.path.abspath(__file__))
8sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
32a655c1
SL
9
10import bootstrap
8bb4bdeb 11bootstrap.main()