Remove -I $(NET_DIR)

Will it still build? Will it no longer crackle? Will network work?
pull/868/head
probonopd 2 months ago committed by GitHub
parent 5cfefb33b3
commit d18252a67f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/Rules.mk

@ -11,8 +11,7 @@ include $(CIRCLEHOME)/Rules.mk
INCLUDE += \ INCLUDE += \
-I $(CIRCLE_STDLIB_DIR)/include \ -I $(CIRCLE_STDLIB_DIR)/include \
-I $(NEWLIBDIR)/include \ -I $(NEWLIBDIR)/include
-I $(NET_DIR)
LIBS += \ LIBS += \
$(NEWLIBDIR)/lib/libm.a \ $(NEWLIBDIR)/lib/libm.a \

Loading…
Cancel
Save