Skip to content

Commit

Permalink
_scripts: Added -f to force disabling dependent features too.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Mar 18, 2024
1 parent 7d625c8 commit c23d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/github/cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c23d8be

Please sign in to comment.