Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
1.10.0, 1.11.0
-
None
-
host Linux, target Android
Description
I try to set module property under some condition using Properties block. When blocks condition is false this property changes its value and becomes undefined.
Here is minimal example targeting Android:
Project { CppApplication { Properties { condition: false cpp.syslibroot: "anything"//if i comment this line cpp.syslibroot has valid path } } }
In this example cpp.syslibroot becomes undefined when i try to use it in Properties block (condition is always false).
why property cpp.syslibroot is affected such way?