Prepare to build on Windows (#123)
This commit is contained in:
Родитель
168f55bb3b
Коммит
6050f9395b
2
build.rs
2
build.rs
|
@ -105,7 +105,7 @@ fn build_c(files: Vec<String>, language: &str) {
|
|||
.opt_level(get_opt_level())
|
||||
.debug(get_debug())
|
||||
.warnings(false)
|
||||
.flag("-std=c99");
|
||||
.flag_if_supported("-std=c99");
|
||||
}
|
||||
build.compile(&format!("tree-sitter-{}-c", language));
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../tree-sitter-cpp/src/scanner.cc
|
|
@ -0,0 +1 @@
|
|||
#include "../../tree-sitter-cpp/src/scanner.cc"
|
Загрузка…
Ссылка в новой задаче