You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the target instead of the product to infer the jextract output path
The plugin runs on a target and the output path is according to the
target name. However currently jextract emits the LIB_NAME assuming it
will match the target name, which is not necessaraly true, so changing
the target name still produces a runtime failure.
0 commit comments