Skip to content

Commit f1c7e7a

Browse files
Consistently use --include-dir on non-windows like in #80
1 parent dd9bfcd commit f1c7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/non_windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl Compiler {
131131
try_command(apply_parameters(Command::new(&self.executable[..])
132132
.args(&["--input", resource, "--output-format=coff", "--output", &out_file, "--include-dir", out_dir]),
133133
"-D",
134-
"-I",
134+
"--include-dir",
135135
parameters),
136136
Path::new(&self.executable[..]),
137137
"compile",

0 commit comments

Comments
 (0)