mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Improve build files
This commit is contained in:
parent
885bd9ceb9
commit
e9c9fcda14
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def build(board, translation, srcdir):
|
|||
command = "cmake %s -DTRANSLATIONS=%s -DTBS_RELEASE=YES -DTEST_BUILD_WARNING=YES %s" % (cmake_options, translation, srcdir)
|
||||
print(command)
|
||||
os.system(command)
|
||||
os.system("make firmware -j6")
|
||||
os.system("make firmware -j16")
|
||||
os.chdir(cwd)
|
||||
index = 0
|
||||
while 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue