Don't set CC and CXX when running go build on mac
Setting CC and CXX to point to our clang prebuilts on mac fails to build with: _cgo_export.c:3:10: fatal error: 'stdlib.h' file not found Skip setting CC and CXX on mac to go back to using the host linker. Change-Id: I9bab4cda961874c381eacc34397cc67f62fd4730 Test: treehugger
Loading
Please register or sign in to comment