1
0
Fork 0
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:
3djc 2017-09-13 20:23:44 +02:00
parent 2983cfc531
commit 1bfcdb5dfa

View file

@ -197,7 +197,7 @@ def build_firmware(path):
suffix = os.environ["OPENTX_VERSION_SUFFIX"]
cmd.append('-DVERSION_SUFFIX="%s"' % suffix)
if suffix.startswith("N"):
cmd.append('-DNIGHTLY_BUILD_WARNING')
cmd.append('-DNIGHTLY_BUILD_WARNING=YES')
cmd.append(srcdir)
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
output, error = proc.communicate()