Skip to content

Commit

Permalink
Build native macOS library for arm64 and x64
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 4, 2023
1 parent a564e20 commit 35d656a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindgen/config-build-c-library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"cMakeDirectoryPath": "../src/c/production/sokol",
"outputDirectoryPath": "../lib",
"deleteBuildFiles": true,
"cMakeArguments": []
"cMakeArguments": [
"-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
]
}

0 comments on commit 35d656a

Please sign in to comment.