mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 07:33:48 +01:00
fix mix directory
This commit is contained in:
parent
4151abe4f3
commit
e1f930aa81
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ if set -q MZTE_ENV_SET
|
||||||
end
|
end
|
||||||
set -gx MZTE_ENV_SET
|
set -gx MZTE_ENV_SET
|
||||||
|
|
||||||
|
# mix should respect XDG standard
|
||||||
|
export MIX_XDG=1
|
||||||
|
|
||||||
# use clang compiler
|
# use clang compiler
|
||||||
export CC=clang
|
export CC=clang
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
|
|
Loading…
Reference in a new issue