From c23d8bed25a47d0540a7f5b4b5579070332a4b57 Mon Sep 17 00:00:00 2001 From: Levente Meszaros Date: Mon, 18 Mar 2024 11:15:08 +0100 Subject: [PATCH] _scripts: Added -f to force disabling dependent features too. --- _scripts/github/cross-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/github/cross-build.sh b/_scripts/github/cross-build.sh index 594cda72a1c..f9fce193371 100755 --- a/_scripts/github/cross-build.sh +++ b/_scripts/github/cross-build.sh @@ -42,7 +42,7 @@ if [ "$TARGET_PLATFORM" != "linux" ]; then # - ExternalInterface is only supported on Linux # - lwIP and NSC does not seem to compile on at least Windows, oh well... echo "::group::Disable some features" - opp_featuretool disable \ + opp_featuretool disable -f \ VoipStream VoipStreamExamples Z3GateSchedulingConfigurator \ NetworkEmulationSupport NetworkEmulationExamples NetworkEmulationShowcases \ TcpLwip VisualizationOsg VisualizationOsgShowcases 2>&1