krakowski / gradle-jextract

Gradle plugin for integrating Project Panama's jextract tool
https://plugins.gradle.org/plugin/io.github.krakowski.jextract
GNU General Public License v3.0
53 stars 10 forks source link

Update libraries option in doc #23

Closed vaclavbenes closed 3 months ago

vaclavbenes commented 3 months ago

Hi, I found this in the jextract documentation. https://github.com/openjdk/jextract/blob/master/doc/GUIDE.md#library-loading

The <libspec> argument of the --library option can either be a library name, or a path to a library file (either relative or absolute) if <libspec> is prefixed with the : character, such as :mylib.dll.
krakowski commented 3 months ago

Hi @vaclavbenes,

thanks for your PR and the information on possible options for --library :slightly_smiling_face: I will merge your PR and add a reference to the option inside the options table :+1: