mirror of
https://github.com/mii443/esaxx-rs.git
synced 2025-08-22 06:55:37 +00:00
Update build.rs
This commit is contained in:
4
build.rs
4
build.rs
@ -4,7 +4,7 @@ fn main() {
|
||||
cc::Build::new()
|
||||
.cpp(true)
|
||||
.flag("-std=c++11")
|
||||
.static_crt(true)
|
||||
.static_crt(false)
|
||||
.file("src/esaxx.cpp")
|
||||
.include("src")
|
||||
.compile("esaxx");
|
||||
@ -17,7 +17,7 @@ fn main() {
|
||||
.cpp(true)
|
||||
.flag("-std=c++11")
|
||||
.flag("-stdlib=libc++")
|
||||
.static_crt(true)
|
||||
.static_crt(false)
|
||||
.file("src/esaxx.cpp")
|
||||
.include("src")
|
||||
.compile("esaxx");
|
||||
|
Reference in New Issue
Block a user