Skip to content

Commit 719937b

Browse files
committed
remove rpath
1 parent a7ff6d6 commit 719937b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.cargo/config.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,3 @@ LIBSQLITE3_FLAGS = "-DSQLITE_ENABLE_MATH_FUNCTIONS"
88

99
[build]
1010
rustflags = []
11-
12-
[target.x86_64-unknown-linux-gnu]
13-
rustflags = ["-C", "link-arg=-Wl,-rpath=$ORIGIN/sqlpage:$ORIGIN/sqlpage/drivers"]
14-
15-
[target.aarch64-unknown-linux-gnu]
16-
rustflags = ["-C", "link-arg=-Wl,-rpath=$ORIGIN/sqlpage:$ORIGIN/sqlpage/drivers"]
17-
18-
[target.armv7-unknown-linux-gnueabihf]
19-
rustflags = ["-C", "link-arg=-Wl,-rpath=$ORIGIN/sqlpage:$ORIGIN/sqlpage/drivers"]

0 commit comments

Comments
 (0)