summaryrefslogtreecommitdiff
path: root/wrappers/swift
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2022-02-09 13:18:09 +0100
committerStevenWdV <stevenwdv@gmail.com>2022-02-09 13:18:09 +0100
commitac564204f6d4441eaa79ec08ec7a91e99bdb9a15 (patch)
tree3a1faf92e6e5b2b7726f872836a24e694be66a47 /wrappers/swift
parentd439d1e72cf4a90b26c58dd26fd274a71563c3b8 (diff)
Cleanup, update indirect Go packages, support specifying list of wrappers to `test-wrappers`
Diffstat (limited to 'wrappers/swift')
-rw-r--r--wrappers/swift/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/wrappers/swift/README.md b/wrappers/swift/README.md
index 9b0fdfe..30642c4 100644
--- a/wrappers/swift/README.md
+++ b/wrappers/swift/README.md
@@ -19,7 +19,10 @@ Build `EduVpnCommon` using shared Go library for specified platform, e.g.:
make GOOS=linux GOARCH=amd64
```
-When using this library, you will need to make sure that the linker can find the shared Go library.
+When using this library, you will need to make sure that the dynamic linker can find the shared Go library.
+
+Currently, `.dylib`s for multiple architectures generated by cgo are not merged into one. For a pointer on how to do
+this, see [this](https://stackoverflow.com/q/22783453).
<details><summary>Windows</summary><small>
On Windows, you will also need to generate a .lib import library for the .dll. You can