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
Add support for CARGO_TARGET_DIR in regenerate_bindings.sh
The script to regenerate bindings hardcoded `../target` path. This did
not work if the user customized the target directory location through
the `CARGO_TARGET_DIR` environment variable.
Fix the issue by first reading the variable and default to `../target`
if it is unset.
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
0 commit comments