Skip to content

Commit

Permalink
Add include path when compiling profiler runtime
Browse files Browse the repository at this point in the history
InstrProfData.inc has been moved to include/
  • Loading branch information
nikic committed Jan 7, 2020
1 parent b27b1d8 commit 3db0015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libprofiler_builtins/build.rs
Expand Up @@ -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");
}

0 comments on commit 3db0015

Please sign in to comment.