mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-09-02 07:07:34 -04:00
Switch xcode support to Makefile-based approach
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user