- Condition for import of extra options config
This commit is contained in:
parent
c757738d65
commit
b52b15ab67
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
from include_exclude import *
|
from include_exclude import *
|
||||||
from multilib import *
|
from multilib import *
|
||||||
|
{% if extra_options %}
|
||||||
from extra_options import *
|
from extra_options import *
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# PRODUCT INFO
|
# PRODUCT INFO
|
||||||
release_name = "{{ product_name }}"
|
release_name = "{{ product_name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user