diff options
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index accf9fd7ba18..fd12153c57c7 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -10,7 +10,7 @@ # to get them into invoked external configures and override pkg-config there. gb_SPACE:=$(gb_SPACE) $(gb_SPACE) export SRC_ROOT=@SRC_ROOT@ -export BUILDDIR=@SRC_ROOT@ +export BUILDDIR=@BUILDDIR@ export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@ export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@ |