The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

464 B

Deprecate 'jar' as a build_target type

The point of build_target() is that what is produced can be conditionally changed. However, jar() has a significant number of non-overlapping arguments from other build_targets, including the kinds of sources it can include. Because of this crafting a build_target that can be used as a Jar and as something else is incredibly hard to do. As such, it has been deprecated, and using jar() directly is recommended.