Switch xcode support to Makefile-based approach

This commit is contained in:
2026-02-01 17:28:01 -05:00
parent e0f126cc3e
commit 7a5490396c
5 changed files with 68 additions and 27 deletions
+3
View File
@@ -7,7 +7,10 @@ to export to C.
# Usage
### Building
#### Generic
`go build -buildmode=c-archive`.
#### Apple Platforms (iOS/iOS Simulator/MacOS)
If building for Apple platforms, use the `Makefile` in the `xcode` directory.
### Functions
All relevant exported libmutton functions have C counterparts with similar names.
Functions with multiple return values all have CGO-generated structs to store the return values.