We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcff825 commit 2903899Copy full SHA for 2903899
2 files changed
.github/workflows/prebuild.yaml
@@ -169,7 +169,7 @@ jobs:
169
npm install --ignore-scripts
170
. prebuild/macOS/preinstall.sh
171
cp prebuild/macOS/binding.gyp binding.gyp
172
- node-gyp rebuild -j 2
+ OTHER_CFLAGS=-I/usr/local/include node-gyp rebuild -j 2
173
. prebuild/macOS/bundle.sh
174
175
- name: Test binary
prebuild/macOS/preinstall.sh
@@ -8,8 +8,6 @@ rm -f /usr/local/bin/pydoc3 || :
8
rm -f /usr/local/bin/python3 || :
9
rm -f /usr/local/bin/python3-config || :
10
11
-xcode-select --install
12
-
13
# two or more of these packages have python3 as a dependency, and --overwrite
14
# doesn't work to make them ignore conflicts. For now just ignore errors, yolo.
15
brew install --force pkg-config cairo pango librsvg giflib || :
0 commit comments