utils: xar: fix xar build

This commit is contained in:
Alibek Omarov
2024-12-22 07:11:53 +03:00
parent 4d1119391a
commit bec526a77e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -392,6 +392,7 @@ def configure(conf):
conf.env.TESTS = conf.options.TESTS
conf.env.ENABLE_UTILS = conf.options.ENABLE_UTILS
conf.env.ENABLE_XAR = conf.options.ENABLE_XAR
conf.env.ENABLE_FUZZER = conf.options.ENABLE_FUZZER
conf.env.DEDICATED = conf.options.DEDICATED