We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TOP_DIR
1 parent 44c3c4b commit a0172dbCopy full SHA for a0172db
build.py
@@ -2,7 +2,7 @@
2
import os, sys
3
import platform
4
5
-TOP_DIR = os.getcwd()
+TOP_DIR = os.path.abspath(os.path.dirname(__file__))
6
BUILD_DIR = os.path.join(TOP_DIR, "build")
7
8
# Get number of CPU cores
0 commit comments