mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Update
This commit is contained in:
parent
31c20fc8eb
commit
87c9cfa610
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ def build(board, translation, srcdir):
|
|||
os.mkdir("output")
|
||||
path = tempfile.mkdtemp()
|
||||
os.chdir(path)
|
||||
command = "cmake %s -DTRANSLATIONS=%s -DTBS_RELEASE=YES -DTEST_BUILD_WARNING=YES %s" % (cmake_options, translation, srcdir)
|
||||
command = "cmake %s -DTRANSLATIONS=%s -DTBS_RELEASE=YES %s" % (cmake_options, translation, srcdir)
|
||||
print(command)
|
||||
os.system(command)
|
||||
os.system("make firmware -j16")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue