diff options
Diffstat (limited to 'build/gobind/build.sh')
-rw-r--r-- | build/gobind/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/gobind/build.sh b/build/gobind/build.sh new file mode 100644 index 00000000..3a80d374 --- /dev/null +++ b/build/gobind/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +gomobile bind -v \ + -ldflags "-X $github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=riot-ios-p2p" \ + -target ios \ + github.com/matrix-org/dendrite/build/gobind
\ No newline at end of file |