heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
68 stars 25 forks source link

let android be built by arm-based macs, remove build presets #93

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

Let's arm-based macs make Android builds.

Also, we weren't getting anything from build presets in return for the combinatorial explosion. It's easier to just type --config <config> so I removed these.