mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
sourcing common.sh script directly
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "scripts/common.sh"
|
||||
|
||||
cd witnesscalc
|
||||
./build_gmp.sh android
|
||||
make android
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "scripts/common.sh"
|
||||
|
||||
cd witnesscalc
|
||||
./build_gmp.sh ios
|
||||
make ios
|
||||
|
||||
Reference in New Issue
Block a user