- Condition for import of extra options config

This commit is contained in:
soksanichenko 2023-03-07 15:36:06 +02:00
parent c757738d65
commit b52b15ab67

View File

@ -3,7 +3,9 @@
from include_exclude import *
from multilib import *
{% if extra_options %}
from extra_options import *
{% endif %}
# PRODUCT INFO
release_name = "{{ product_name }}"