stack_wallet/scripts/macos/build_all.sh
2023-07-17 09:36:16 -06:00

8 lines
No EOL
283 B
Bash
Executable file

#!/bin/bash
(cd ../../crypto_plugins/flutter_liblelantus/scripts/macos && ./build_all.sh ) &
(cd ../../crypto_plugins/flutter_libepiccash/scripts/macos && ./build_all.sh ) &
(cd ../../crypto_plugins/flutter_libmonero/scripts/macos/ && ./build_all.sh ) &
wait
echo "Done building"