-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.0, 3.0.0-alpha1
-
Component/s: None
-
Labels:None
-
Target Version/s:
Per some discussion with Colin McCabe, it would be good to refine and make it consistent the behaviors in bundling native libraries when building dist package.
For all native libraries to bundle, if the bundling option like -Dbundle.snappy is specified, then the lib option like -Dsnappy.lib will be checked and ensured to be there, but if not, it will then report error and fail the building explicitly.
BUILDING.txt would also be updated to explicitly state this behavior.