From ac564204f6d4441eaa79ec08ec7a91e99bdb9a15 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 13:18:09 +0100 Subject: Cleanup, update indirect Go packages, support specifying list of wrappers to `test-wrappers` --- wrappers/swift/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wrappers/swift') 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).
Windows On Windows, you will also need to generate a .lib import library for the .dll. You can -- cgit v1.2.3