We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0521663 commit 75fcafaCopy full SHA for 75fcafa
script/build.py
@@ -7,7 +7,7 @@
7
8
9
CONFIGURATIONS = ['Release', 'Debug']
10
-SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))
+SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
11
12
13
def main():
0 commit comments