build linux plugins too

This commit is contained in:
Josh Babb 2023-04-25 18:02:45 -05:00
parent 2dfdc31a44
commit 17e6cf97cf

2
scripts/setup.sh Normal file → Executable file
View file

@ -49,3 +49,5 @@ rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-andro
cd $STACK_WALLET
cd scripts/android
./build_all.sh
cd ../linux
./build_all.sh