fix mix directory

This commit is contained in:
LordMZTE 2023-02-12 10:47:59 +01:00
parent 4151abe4f3
commit e1f930aa81
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -3,6 +3,9 @@ if set -q MZTE_ENV_SET
end
set -gx MZTE_ENV_SET
# mix should respect XDG standard
export MIX_XDG=1
# use clang compiler
export CC=clang
export CXX=clang++