API Documentation: LinkBundle

Links a bundle binary from object files and imported libraries.

Properties

Property Description

linkedFile

The location of the linked binary.

linkerArgs

Additional arguments to provide to the linker.

It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.

toolChain

The tool chain used for the compilation.

Methods

No methods.

Property Details

Provider<RegularFile> linkedFile (read-only)

The location of the linked binary.

ListProperty<String> linkerArgs

Additional arguments to provide to the linker.

It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.

Provider<NativeToolChain> toolChain (read-only)

The tool chain used for the compilation.