mirror of
https://github.com/reactos/ninja.git
synced 2025-03-05 01:38:44 +00:00
Merge pull request #325 from luvit/fix-path-magic
bootstrap: fix path magic on windows
This commit is contained in:
commit
2867bbc6e0
@ -21,7 +21,7 @@ import errno
|
||||
import shlex
|
||||
import subprocess
|
||||
|
||||
os.chdir(os.path.dirname(sys.argv[0]))
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
parser = OptionParser()
|
||||
parser.add_option('--verbose', action='store_true',
|
||||
|
Loading…
x
Reference in New Issue
Block a user