Skip to content

Commit

Permalink
feat(safe): modified build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright authored Nov 10, 2024
1 parent ab0d684 commit 7ecef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
.status()
.expect("Unable to update the submodule repositories");

cxx_build::bridge("src/lib.rs")
cxx_build::bridge("src/safe.rs")
.file("src/safe.cc")
.file("include/taitank/src/taitank.cc")
.file("include/taitank/src/taitank_style.cc")
Expand Down

0 comments on commit 7ecef62

Please sign in to comment.