gradle-native-artifacts-plugin icon indicating copy to clipboard operation
gradle-native-artifacts-plugin copied to clipboard

Compilation flags inside native artifact for usage by dependency consumer

Open sgeb opened this issue 11 years ago • 0 comments

Currently a native component must specify relevant compilation flags for all direct and transitive dependencies (especially library flags for the linker). It tightly couples the consuming module to its dependencies.

This tight coupling could be reduced if the native artifact specified relevant compiler and linker flags in its publication descriptor.

sgeb avatar Mar 22 '14 19:03 sgeb