mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Fix compilation server
This commit is contained in:
parent
2983cfc531
commit
1bfcdb5dfa
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def build_firmware(path):
|
||||||
suffix = os.environ["OPENTX_VERSION_SUFFIX"]
|
suffix = os.environ["OPENTX_VERSION_SUFFIX"]
|
||||||
cmd.append('-DVERSION_SUFFIX="%s"' % suffix)
|
cmd.append('-DVERSION_SUFFIX="%s"' % suffix)
|
||||||
if suffix.startswith("N"):
|
if suffix.startswith("N"):
|
||||||
cmd.append('-DNIGHTLY_BUILD_WARNING')
|
cmd.append('-DNIGHTLY_BUILD_WARNING=YES')
|
||||||
cmd.append(srcdir)
|
cmd.append(srcdir)
|
||||||
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
output, error = proc.communicate()
|
output, error = proc.communicate()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue