Add include path when compiling profiler runtime
InstrProfData.inc has been moved to include/
This commit is contained in:
parent
b27b1d8efc
commit
3db0015499
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ fn main() {
|
|||
cfg.file(root.join("lib").join("profile").join(src));
|
||||
}
|
||||
|
||||
cfg.include(root.join("include"));
|
||||
cfg.warnings(false);
|
||||
cfg.compile("profiler-rt");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue