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:
parent
7b51086d73
commit
c160c62515
2 changed files with 29 additions and 23 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue