summaryrefslogtreecommitdiff
path: root/wrappers/swift/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/swift/README.md')
-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