From 4bce000cdd8a9248a2e6e9859d1c0189f1f9bff8 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 594cda72a1ca..244431b60952 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 -f disable \ VoipStream VoipStreamExamples Z3GateSchedulingConfigurator \ NetworkEmulationSupport NetworkEmulationExamples NetworkEmulationShowcases \ TcpLwip VisualizationOsg VisualizationOsgShowcases 2>&1