We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3f4de commit f2677ceCopy full SHA for f2677ce
compiler/build.gradle
@@ -105,6 +105,7 @@ model {
105
addEnvArgs("CPPFLAGS", cppCompiler.args)
106
if (osdetector.os == "osx") {
107
cppCompiler.args "-mmacosx-version-min=10.7", "-stdlib=libc++"
108
+ linker.args "-framework", "CoreFoundation"
109
addLibraryIfNotLinked('protoc', linker.args)
110
addLibraryIfNotLinked('protobuf', linker.args)
111
} else if (osdetector.os == "windows") {
0 commit comments