1.1 --- a/Makefile.conf Wed Aug 16 14:45:44 2017 +0000
1.2 +++ b/Makefile.conf Wed Aug 16 15:08:05 2017 +0000
1.3 @@ -5,7 +5,7 @@
1.4
1.5 # To use custom build configuration variables, put them in a new file at `build-config/<name>.conf`. Execute `export PLATFORM_OVERRIDE=<name>` before running make. If this environment variable is not set, make will load a default configuration for your platform.
1.6
1.7 -BUILD_CONFIG:=$(dir $(lastword $(MAKEFILE_LIST)))/build-config
1.8 +BUILD_CONFIG:=$(dir $(lastword $(MAKEFILE_LIST)))build-config
1.9
1.10 include $(BUILD_CONFIG)/common.conf
1.11 # cross-compiling is currently not supported, but maybe you can hack something with `PLATFORM_OVERRIDE`