Fix spinel platform include on macos. (#1891)

This commit is contained in:
Jonathan Hui
2017-06-08 16:07:58 -07:00
committed by GitHub
parent 2304e4d5ac
commit 22ce3356d4
+1 -1
View File
@@ -46,7 +46,7 @@ COMMON_CPPFLAGS = \
-I$(top_srcdir)/src/core \
-I$(top_srcdir)/third_party \
-D_GNU_SOURCE \
'-DSPINEL_PLATFORM_HEADER="spinel_platform.h"' \
-DSPINEL_PLATFORM_HEADER=\"spinel_platform.h\" \
$(OPENTHREAD_TARGET_DEFINES) \
$(NULL)