Alexander Sukharev

Results 1 comments of Alexander Sukharev

To fix it, you can override corresponding lines in [Makefile](https://github.com/apple/HomeKitADK/blob/master/Build/Makefile#L53) to ``` CFLAGS_MbedTLS := -I/opt/local/include LDFLAGS_MbedTLS := -L/opt/local/lib -lmbedcrypto ``` I'm using [macports](https://ports.macports.org/port/mbedtls/), but if you using brew, you need...