mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 09:52:56 +01:00
mzteinit: don't set C compiler to clang
This commit is contained in:
parent
d289c12bf9
commit
a9fa11246c
1 changed files with 0 additions and 4 deletions
|
@ -47,10 +47,6 @@ pub fn populateEnvironment(env: *std.process.EnvMap) !bool {
|
|||
// mix (elixir package manager) should respect XDG
|
||||
try env.put("MIX_XDG", "1");
|
||||
|
||||
// use clang
|
||||
try env.put("CC", "clang");
|
||||
try env.put("CXX", "clang++");
|
||||
|
||||
// neovim
|
||||
try env.put("EDITOR", "nvim");
|
||||
|
||||
|
|
Loading…
Reference in a new issue