apple / HomeKitADK

Apache License 2.0
2.55k stars 232 forks source link

Makefile.Linux: use cc -dumpmachine #107

Closed stokito closed 3 years ago

stokito commented 3 years ago

Replace $(CC) --version | grep "Target:" | cut -d ' ' -f 2) with a simple cc -dumpmachine. Actually the line above CC := clang is not needed anymore because we can build with gcc (and probably other compilers like Intel's icc).

Also I added a small improvement to getting_started.md

aajain-com commented 3 years ago

Not sure why CI didn't run on this build. Closing and re-opening the PR to see if this kicks off the CI builds.

stokito commented 3 years ago

maybe because I made a force push

aajain-com commented 3 years ago

maybe because I made a force push

No, it seems like the CI is turned off completely for this repo. Working on getting it enabled. Will merge your change once the CI is back up and green.