mirror of https://github.com/grpc/grpc-java.git
Fixing fedora classifier on master branch.
This commit is contained in:
parent
2016a88f5c
commit
b82ac3166a
|
@ -120,7 +120,7 @@ def tcnative_classifier = osdetector.classifier;
|
|||
// Fedora variants use a different soname for OpenSSL than other linux distributions
|
||||
// (see http://netty.io/wiki/forked-tomcat-native.html).
|
||||
if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) {
|
||||
tcnative_classifier += "_fedora";
|
||||
tcnative_classifier += "-fedora";
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -114,7 +114,7 @@ subprojects {
|
|||
// Fedora variants use a different soname for OpenSSL than other linux distributions
|
||||
// (see http://netty.io/wiki/forked-tomcat-native.html).
|
||||
if (osdetector.os == "linux" && osdetector.release.isLike("fedora")) {
|
||||
tcnative_suffix += "_fedora";
|
||||
tcnative_suffix += "-fedora";
|
||||
}
|
||||
|
||||
def epoll_suffix = "";
|
||||
|
|
Loading…
Reference in New Issue