README: fix path to configuration templates
parent
a2bdb4da27
commit
110126d7f0
|
@ -191,8 +191,8 @@ choices are not configurable and the allocator remains very security-focused
|
||||||
even with all the optional features disabled.
|
even with all the optional features disabled.
|
||||||
|
|
||||||
The configuration system supports a configuration template system with two
|
The configuration system supports a configuration template system with two
|
||||||
standard presets: the default configuration (`configs/default.mk`) and a light
|
standard presets: the default configuration (`config/default.mk`) and a light
|
||||||
configuration (`configs/light.mk`). Packagers are strongly encouraged to ship
|
configuration (`config/light.mk`). Packagers are strongly encouraged to ship
|
||||||
both the standard `default` and `light` configuration. You can choose the
|
both the standard `default` and `light` configuration. You can choose the
|
||||||
configuration to build using `make VARIANT=light` where `make VARIANT=default`
|
configuration to build using `make VARIANT=light` where `make VARIANT=default`
|
||||||
is the same as `make`. Non-default configuration templates will build a library
|
is the same as `make`. Non-default configuration templates will build a library
|
||||||
|
|
Loading…
Reference in New Issue