Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Fix rpath
Browse files Browse the repository at this point in the history
* Fix rpath
  • Loading branch information
gavrilikhin-d authored Jan 27, 2024
1 parent 0001753 commit d5a2795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-args=-Wl,-rpath,/usr/lib"]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#![feature(associated_type_defaults)]
#![feature(lazy_cell)]
#![feature(assert_matches)]
#![feature(trait_upcasting)]

pub mod mutability;
pub mod named;
Expand Down

0 comments on commit d5a2795

Please sign in to comment.