Update iglupkg config file name

This commit is contained in:
Ella-0 2021-02-09 20:50:19 +00:00
parent d789835fa3
commit d9cc56c6a0

View file

@ -5,7 +5,7 @@ export RUSTFLAGS="-C target-feature=-crt-static"
export CC=clang
export CXX=clang++
stat /etc/lazypkg.conf > /dev/null 2> /dev/null && . /etc/lazypkg.conf
stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf
export SAMUFLAGS=-j$JOBS
export MAKEFLAGS=-j$JOBS