mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
7f26b0cd13
* Add gobind builds for Yggdrasil demo * Massage client API a bit * Fix build * Fix gobind build * Fix gobind client API setup * Tweaks * Tweaks * Update sytest-whitelist, add comment * Default to sending push rules on initial sync
6 lines
193 B
Bash
6 lines
193 B
Bash
#!/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 |