specify cpp standard to compiler
This commit is contained in:
parent
232cd6d095
commit
e5428c4093
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ fn main() -> io::Result<()> {
|
|||
|
||||
// Taken from the imgui-sys build as well
|
||||
build.flag_if_supported("-Wno-return-type-c-linkage");
|
||||
build.flag_if_supported("-std=c++11");
|
||||
for path in CPP_FILES {
|
||||
assert_file_exists(path)?;
|
||||
build.file(path);
|
||||
|
|
Loading…
Reference in a new issue