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