sourcing common.sh script directly

This commit is contained in:
0xturboblitz
2024-06-23 14:20:33 -07:00
parent 48c301f13a
commit e18a127642
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
source "scripts/common.sh"
cd witnesscalc
./build_gmp.sh android
make android

View File

@@ -1,5 +1,7 @@
#!/bin/bash
source "scripts/common.sh"
cd witnesscalc
./build_gmp.sh ios
make ios