Skip to content

Commit b2da2a1

Browse files
committed
Add include path when compiling profiler runtime
InstrProfData.inc has been moved to include/
1 parent d6773bf commit b2da2a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libprofiler_builtins/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ fn main() {
7272
cfg.file(root.join("lib").join("profile").join(src));
7373
}
7474

75+
cfg.include(root.join("include"));
7576
cfg.warnings(false);
7677
cfg.compile("profiler-rt");
7778
}

0 commit comments

Comments
 (0)