Merge pull request #9579 from electron/link-with-cups-on-mac

Add -lcups to link settings on mac
This commit is contained in:
Kevin Sawicki 2017-05-25 08:51:13 -07:00 committed by GitHub
commit 5ce5964260

View file

@ -244,6 +244,8 @@
'$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework',
# components/wifi/BUILD.gn:
'$(SDKROOT)/System/Library/Frameworks/CoreWLAN.framework',
# printing/BUILD.gn:
'-lcups',
],
},
}],