1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Fix underlying build system so --disable-build works better

- Internal API docs once again work

- configure skips checks for a bunch of things it doesn't need
This commit is contained in:
John Ericson 2023-12-03 18:12:22 -05:00
parent 7b51086d73
commit c160c62515
2 changed files with 29 additions and 23 deletions

View file

@ -61,7 +61,7 @@ include mk/lib.mk
# by the library. Rules are not "lazy" like variables, unfortunately.
ifeq ($(ENABLE_BUILD), yes)
$(eval $(call include-sub-makefile, doc/manual/local.mk))
$(eval $(call include-sub-makefile, doc/internal-api/local.mk))
endif
$(eval $(call include-sub-makefile, doc/internal-api/local.mk))
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++2a -I src