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.
This commit is contained in:
Emmanuel BENOîT 2018-12-16 12:39:42 +01:00
parent b21a04b02a
commit e2a2535dc2

View file

@ -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