Skip to content

Commit 3fa3f36

Browse files
authored
Merge pull request #66 from chenyukang/yukang-fix-compile-error
Fix compile_error argument error
2 parents 19bf27a + cd0bc63 commit 3fa3f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librocksdb-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[cfg(all(feature = "portable", feature = "march-native"))]
2-
compile_error!("feature "portable" and feature "march_native" cannot be enabled at the same time");
2+
compile_error!("feature 'portable' and feature 'march-native' cannot be enabled at the same time");
33

44
use std::env;
55
use std::fs;

0 commit comments

Comments
 (0)