Skip to content

Commit 1ed1e0e

Browse files
author
galaxyhuang
committed
remove deprecated method to avoid warning
1 parent 2463081 commit 1ed1e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn build_grpc(cc: &mut cc::Build, library: &str) {
252252
if !cfg!(feature = "_list-package") {
253253
config.build_target(library);
254254
}
255-
config.uses_cxx11().build()
255+
config.build()
256256
};
257257

258258
let lib_suffix = if target.contains("msvc") {

0 commit comments

Comments
 (0)