mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Add back platform.machine to build-all path
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ IFCOS_NUM_BUILD_PROCS = os.getenv("IFCOS_NUM_BUILD_PROCS", multiprocessing.cpu_c
|
|||||||
|
|
||||||
CMAKE_DIR = os.path.realpath(os.path.join("..", "cmake"))
|
CMAKE_DIR = os.path.realpath(os.path.join("..", "cmake"))
|
||||||
|
|
||||||
path = ["..", "build", platform.system()]
|
path = ["..", "build", platform.system(), platform.machine()]
|
||||||
if TOOLSET:
|
if TOOLSET:
|
||||||
path.append(TOOLSET)
|
path.append(TOOLSET)
|
||||||
DEFAULT_DEPS_DIR = os.path.realpath(os.path.join(*path))
|
DEFAULT_DEPS_DIR = os.path.realpath(os.path.join(*path))
|
||||||
|
|||||||
Reference in New Issue
Block a user