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:
parent
b21a04b02a
commit
e2a2535dc2
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ DEBUG = y
|
||||||
OPTIMIZE = n
|
OPTIMIZE = n
|
||||||
BUILD_TESTS = y
|
BUILD_TESTS = y
|
||||||
|
|
||||||
OUTDIR = output
|
OUTDIRBASE = output
|
||||||
|
|
||||||
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
|
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
|
||||||
export OUTDIR
|
export OUTDIRBASE
|
||||||
|
|
Loading…
Reference in a new issue