From e2a2535dc2ae6fc75efed7c3fe322e0ff9cc3a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sun, 16 Dec 2018 12:39:42 +0100 Subject: [PATCH] Fixed vim config re: previous changes The build configuration Vim uses when building needed to be updated so it would define OUTDIRBASE instead of OUTDIR. --- .vim.local/scripts/build-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim.local/scripts/build-config b/.vim.local/scripts/build-config index aa7f24c..3e26ee2 100644 --- a/.vim.local/scripts/build-config +++ b/.vim.local/scripts/build-config @@ -6,7 +6,7 @@ DEBUG = y OPTIMIZE = n BUILD_TESTS = y -OUTDIR = output +OUTDIRBASE = output export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS -export OUTDIR +export OUTDIRBASE