mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Native MSVC windows build, convert to cmake
This commit is contained in:
parent
fc7053e030
commit
5bbec7469d
17 changed files with 394 additions and 73 deletions
3
mach
3
mach
|
@ -12,10 +12,11 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import os
|
||||
from os import path
|
||||
import sys
|
||||
|
||||
def main(args):
|
||||
topdir = os.path.dirname(sys.argv[0])
|
||||
topdir = path.abspath(path.dirname(sys.argv[0]))
|
||||
sys.path.insert(0, os.path.join(topdir, "python"))
|
||||
import mach_bootstrap
|
||||
mach = mach_bootstrap.bootstrap(topdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue