fix(cmake): update c/cxx compiler fields
was using the old LP's single compiler
This commit is contained in:
parent
a1f701eb1d
commit
d0468afbdc
1 changed files with 3 additions and 1 deletions
|
|
@ -459,7 +459,9 @@ _lp_dotmatrix_theme_prompt() {
|
||||||
inline_left+="$d${lp_aws_profile}$b"
|
inline_left+="$d${lp_aws_profile}$b"
|
||||||
fi
|
fi
|
||||||
if _lp_cmake ; then
|
if _lp_cmake ; then
|
||||||
inline_left+="$d${lp_cmake_compiler}$I${lp_cmake_generator}$I${lp_cmake_buildtype}$b"
|
local lp_join
|
||||||
|
_lp_join "$I" ${lp_cmake_c_compiler} ${lp_cmake_cxx_compiler} ${lp_cmake_generator} ${lp_cmake_buildtype}
|
||||||
|
inline_left+="$d${lp_join}$b"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# History section.
|
# History section.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue