Fix typos in build_release_nigthly
This commit is contained in:
parent
23fab75d04
commit
d6a2901ff8
|
@ -21,7 +21,7 @@ from common import (
|
||||||
|
|
||||||
from build_definition import select_build_targets, BUILD
|
from build_definition import select_build_targets, BUILD
|
||||||
|
|
||||||
TARGETS = select_build_target(BUILD)
|
TARGETS = select_build_targets(BUILD)
|
||||||
|
|
||||||
# Filter what to build if we are doing a release.
|
# Filter what to build if we are doing a release.
|
||||||
if MAKE_RELEASE:
|
if MAKE_RELEASE:
|
||||||
|
|
Loading…
Reference in New Issue