diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-03-28 13:48:51 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-03-28 13:48:51 -0500 |
| commit | bf8b8f4512e318ec0beaf465f7d2eb5c74325bc6 (patch) | |
| tree | 24d5234d3ceafed488f1055f8be21bdf817ba7a3 | |
| parent | e877d83023b4b5ec6c3c10b55b5808ee8207f159 (diff) | |
| parent | d5e3835bbfe3ed26201d2d4e41bee5d2f5f21921 (diff) | |
| download | monzero-gui-bf8b8f4512e318ec0beaf465f7d2eb5c74325bc6.tar.gz monzero-gui-bf8b8f4512e318ec0beaf465f7d2eb5c74325bc6.tar.xz monzero-gui-bf8b8f4512e318ec0beaf465f7d2eb5c74325bc6.zip | |
Merge pull request #1199
d5e3835 get_libwallet_api.sh: init/update monero submodules
| -rwxr-xr-x | get_libwallet_api.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index b44f1ab5..f2fa02c3 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -24,6 +24,9 @@ get_tag # create local monero branch git -C $MONERO_DIR checkout -B $VERSIONTAG +git -C $MONERO_DIR submodule init +git -C $MONERO_DIR submodule update + # Merge monero PR dependencies # Workaround for git username requirements |
