URI: 
       tINSTALL: set CC9 on macOS to use xcrun clang - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit fe92b4a0b1a8268238bce088cd081da9b802b465
   DIR parent 7d43dde539378fb5730df6ce961f7916f495746e
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Thu, 15 Nov 2018 20:34:32 -0500
       
       INSTALL: set CC9 on macOS to use xcrun clang
       
       Using plain 'clang' does not work well for the new devdraw on macOS 10.14.
       But 'xcrun --sdk macosx clang' does work, for reasons no one understands.
       Hopefully this will be OK on all macOS systems.
       
       Diffstat:
         M INSTALL                             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/INSTALL b/INSTALL
       t@@ -116,6 +116,7 @@ if [ `uname` = Darwin ]; then
                *x86_64*)
                        echo "        x86-64 found."
                        echo "OBJTYPE=x86_64" >>$PLAN9/config
       +                echo "CC9='xcrun --sdk macosx clang'" >>$PLAN9/config
                        ;;
                *i386*)
                        echo "        i386 found."