Skip to content

Commit a0172db

Browse files
authored
chore: update build.py's TOP_DIR
1 parent 44c3c4b commit a0172db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os, sys
33
import platform
44

5-
TOP_DIR = os.getcwd()
5+
TOP_DIR = os.path.abspath(os.path.dirname(__file__))
66
BUILD_DIR = os.path.join(TOP_DIR, "build")
77

88
# Get number of CPU cores

0 commit comments

Comments
 (0)