mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Rework warning (#7264)
This commit is contained in:
parent
5a9c8edf64
commit
838bd2f6a0
17 changed files with 34 additions and 36 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