File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 npm install --ignore-scripts
170170 . prebuild/macOS/preinstall.sh
171171 cp prebuild/macOS/binding.gyp binding.gyp
172- OTHER_CFLAGS=-I/usr/local/include node-gyp rebuild -j 2
172+ node-gyp rebuild -j 2
173173 . prebuild/macOS/bundle.sh
174174
175175 - name : Test binary
Original file line number Diff line number Diff line change 4141 '<!(node -p "require(\' node-addon-api\' ).include_dir")' ,
4242 '<!@(pkg-config cairo --cflags-only-I | sed s/-I//g)' ,
4343 '<!@(pkg-config libpng --cflags-only-I | sed s/-I//g)' ,
44+ '<!@(pkg-config giflib --cflags-only-I | sed s/-I//g)' ,
4445 '<!@(pkg-config pangocairo --cflags-only-I | sed s/-I//g)' ,
4546 '<!@(pkg-config freetype2 --cflags-only-I | sed s/-I//g)' ,
4647 '<!@(pkg-config librsvg-2.0 --cflags-only-I | sed s/-I//g)'
You can’t perform that action at this time.
0 commit comments