Fix check for static builds
We should check if configureArgs has "-DBUILD_SHARED_LIBS=OFF", that means "contains_value" not "in_values". Change-Id: I6c0c3ac695fa439c68f3027e70adc389f6fb27c1 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>bb10
parent
bb928e0fb2
commit
b2408ea1ae
|
|
@ -233,7 +233,7 @@ regular_specific_test_instructions: ®ular_test_instructions
|
|||
disable_if:
|
||||
condition: property
|
||||
property: configureArgs
|
||||
in_values: "-DBUILD_SHARED_LIBS=OFF"
|
||||
contains_value: "-DBUILD_SHARED_LIBS=OFF"
|
||||
|
||||
|
||||
build_instructions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue