Fix bad include path in genode-base.pc

Add the top-level of include to the search path, not include/base.
This commit is contained in:
Ehmry - 2019-11-13 21:13:43 +01:00
parent 0b427b65aa
commit c6c7870a29
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
include_rules
ifdef NIX_OUTPUTS_DEV
SED_FLAGS += -e "s|@includedir@|@(NIX_OUTPUTS_DEV)/include/base|"
SED_FLAGS += -e "s|@includedir@|@(NIX_OUTPUTS_DEV)/include|"
SED_FLAGS += -e "s|@lddir@|@(NIX_OUTPUTS_DEV)/ld|"
else
SED_FLAGS += -e "s|@includedir@|`nix-store --add $(REP_DIR)/include`|"