mirror of https://github.com/ARMmbed/mbed-os.git
Correct Bug
parent
b9217d6be0
commit
af1e482f52
|
|
@ -433,7 +433,7 @@ class mbedToolchain:
|
|||
self.build_all = False
|
||||
|
||||
# Build output dir
|
||||
self.build_dir = path.abspath(build_dir) if PRINT_COMPILER_OUTPUT_AS_LINK else build_dir
|
||||
self.build_dir = abspath(build_dir) if PRINT_COMPILER_OUTPUT_AS_LINK else build_dir
|
||||
self.timestamp = time()
|
||||
|
||||
# Number of concurrent build jobs. 0 means auto (based on host system cores)
|
||||
|
|
|
|||
Loading…
Reference in New Issue