./configure fails after Python version default changed
- Version:
master - Platform:
Darwin - Subsystem:
build
b2ccbb2 seems to have caused ./configure to fail locally.
Before:
node on git:master ❯ ./configure 8:50PM Node configure: Found Python 2.7.10... INFO: Using floating patch "tools/icu/patches/64/source/common/putil.cpp" from "tools/icu" INFO: Using floating patch "tools/icu/patches/64/source/i18n/dtptngen.cpp" from "tools/icu" INFO: configure completed successfully
After:
node on git:master❯ ./configure 8:50PM Node configure: Found Python 3.7.4... INFO: Using floating patch "tools/icu/patches/64/source/common/putil.cpp" from "tools/icu" INFO: Using floating patch "tools/icu/patches/64/source/i18n/dtptngen.cpp" from "tools/icu" No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. gyp: No Xcode or CLT version detected! Error running GYP
No changes were made to XCode, and i have command line tools on my machine already. Reverting this commit locally resolves the issue, but i'm not sure why it would have caused it to begin with?
cc @cclauss perhaps?