Skip to content

Commit 345f0e1

Browse files
committed
Honestly...
1 parent 3c90856 commit 345f0e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/backtrace-sys/build.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ fn main() {
3838
// the less efficient `read`-based code.
3939
// Using `mmap` on macOS causes weird isseus - see
4040
// https://github.com/rust-lang/rust/pull/45866
41-
if target.contains("windows")/* || target.contains("darwin")*/ {
41+
if target.contains("windows")
42+
/* || target.contains("darwin")*/
43+
{
4244
build.file("src/libbacktrace/read.c");
4345
} else {
4446
build.file("src/libbacktrace/mmapio.c");

0 commit comments

Comments
 (0)