You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround sdk/shared headers not compiling on macOS
Without this, it tries to build Server SDK even though the project
is marked as ExcludeFromBuild.
Other useful links:
- mirage/ocaml-rpc#45
- https://github.com/premake/premake-core/wiki/kind
Error that this fixes:
```
==== Building Server SDK (debug_x64) ====
Linking Server SDK
ar: no archive members specified
usage: ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
make[1]: *** [bin/x64/Debug/sdk_d.a] Error 1
make: *** [Server SDK] Error 2
```
0 commit comments