"platforms/vscode:/vscode.git/clone" did not exist on "f3e77e33d61d9fc482b0ea7f00011874c426eaf5"
  • Jason Swails's avatar
    Fix very irritating behavior on some Mac systems. · 9570ab9c
    Jason Swails authored
    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.
    9570ab9c
setup.py 9.4 KB