mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Rakefile: add arbitrary targets from build-config or environment
This commit is contained in:
parent
73293de11a
commit
1a305eed93
1
Rakefile
1
Rakefile
@ -169,6 +169,7 @@ def define_default_task
|
||||
targets = $applications.clone
|
||||
|
||||
targets << "apps:tools" if $build_tools
|
||||
targets += (c(:ADDITIONAL_TARGETS) || '').split(%r{ +})
|
||||
|
||||
# Build the unit tests only if requested
|
||||
targets << ($run_unit_tests ? 'tests:run_unit' : 'tests:unit') if $have_gtest
|
||||
|
Loading…
Reference in New Issue
Block a user