Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/2b5d80e157b810f957b98b09a75c253d3fd512e3?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add back -I $(NET_DIR)

pull/865/head
probonopd 3 months ago committed by GitHub
parent 447c3653a8
commit 2b5d80e157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/Rules.mk

@ -11,7 +11,8 @@ 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