From 866338c4c7f51f1ada4868ff7b825346c99099fd Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 20:00:09 -0400 Subject: [PATCH] fish: CC madness --- applications/fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/fish b/applications/fish index f57e693..521a6e4 100644 --- a/applications/fish +++ b/applications/fish @@ -32,6 +32,9 @@ switch (uname) set -Ux _agw_dir_scripts ~/Scripts set -Ux _agw_dir_src ~/Sources case NetBSD + # Yes, these are *actually* needed. + set -gx CC cc + set -gx CXX c++ set -gx PATH $HOME/bin \ /usr/pkg/gcc8/bin \ /sbin \