diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-30 14:05:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 14:05:19 +0200 |
| commit | 3b9928a665099f10cfd7e17f82cdf222e9f3ae27 (patch) | |
| tree | 162c19a77786e51304705200d11dc7cfd7da06dd /impls/monero.dart/update_bindings.sh | |
| parent | 734662a597d9684f30cb46d20134d52d3631b712 (diff) | |
Embed monero.dart into monero_c (#16)
Diffstat (limited to 'impls/monero.dart/update_bindings.sh')
| -rwxr-xr-x | impls/monero.dart/update_bindings.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/impls/monero.dart/update_bindings.sh b/impls/monero.dart/update_bindings.sh new file mode 100755 index 0000000..8ac3cab --- /dev/null +++ b/impls/monero.dart/update_bindings.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +cd "$(realpath $(dirname $0))" + +dart run ffigen --config ffigen_wownero.yaml +dart run ffigen --config ffigen_monero.yaml |
