mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Rework warning
This commit is contained in:
parent
9db067ae2c
commit
bc2e3a272a
17 changed files with 35 additions and 35 deletions
|
@ -30,7 +30,7 @@ def build_target(target, path, cmake_options):
|
|||
suffix = os.environ["OPENTX_VERSION_SUFFIX"]
|
||||
cmd.append('-DVERSION_SUFFIX="%s"' % suffix)
|
||||
if suffix.startswith("N"):
|
||||
cmd.append('-DNIGHTLY_BUILD_WARNING=YES')
|
||||
cmd.append('-DTEST_BUILD_WARNING=YES')
|
||||
cmd.append(srcdir)
|
||||
|
||||
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue