From 933c94fa48b7edcdcb69cf56ade0b71f0ee80f29 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Jul 2021 06:54:36 +0300 Subject: [PATCH] firefox: update for new env --- extra/firefox/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/firefox/build b/extra/firefox/build index c7bae58a..02b0465b 100755 --- a/extra/firefox/build +++ b/extra/firefox/build @@ -40,7 +40,7 @@ mv -f _ "$_f" export PATH="$PWD/junk/bin:$PATH" # If using libc++, CXXSTDLIB needs to be set manually. -case $("${CC:-cc}" -print-file-name=libc++.so) in */*) +case $("$CC" -print-file-name=libc++.so) in */*) export CXXSTDLIB=c++ esac