AMB-plugins: fix cross compilation by replacing hardcoded g++ with CXX

Nick Cao 4a841f87 793bbf3f

+1
+1
pkgs/applications/audio/AMB-plugins/default.nix
··· 15 15 sed -i 's@/usr/bin/install@install@g' Makefile 16 16 sed -i 's@/bin/rm@rm@g' Makefile 17 17 sed -i 's@/usr/lib/ladspa@$(out)/lib/ladspa@g' Makefile 18 + sed -i 's@g++@$(CXX)@g' Makefile 18 19 ''; 19 20 20 21 preInstall="mkdir -p $out/lib/ladspa";