"platforms/reference/vscode:/vscode.git/clone" did not exist on "064bb5e3f7f5d03c4a5e5302c8d55c43200f0835"
Fix very irritating behavior on some Mac systems.
Hard-code CC and CXX to clang for Macs, since gcc/g++ will *not* work with Anaconda, despite the fact that distutils will try to use them. System Python, homebrew, and MacPorts on Macs will always use clang, so this hack should always work and fix issues with users that have GCC installed from MacPorts or homebrew *and* Anaconda.
Showing
Please register or sign in to comment