Sync with libmutton v0.5.0

This commit is contained in:
2026-02-17 21:33:25 -05:00
parent c57b3f6bec
commit ee2d9d2640
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ to export to C.
# Usage
### Building
#### Generic
`go build -buildmode=c-archive`.
`CGO_ENABLED=1 go build -buildmode=c-archive`.
#### Apple Platforms (iOS/iOS Simulator/MacOS)
If building for Apple platforms, use the `Makefile` in the `xcode` directory.
### Functions