2020-06-19 12:29:27 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
gomobile bind -v \
|
2020-07-02 16:43:07 +00:00
|
|
|
-ldflags "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=dendrite" \
|
2020-06-19 12:29:27 +00:00
|
|
|
-target ios \
|
|
|
|
github.com/matrix-org/dendrite/build/gobind
|