efivar: update for new env, also unhardcode gcc

This commit is contained in:
Dylan Araps 2021-07-17 21:33:27 +03:00
parent bdee486ef3
commit 482c7abade
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ mk() {
"$@"
}
mk CC="${CC:-cc}"
mk DESTDIR="$1" install
mk COMPILER=$CC
mk install