remove rpath

This commit is contained in:
lovasoa
2025-10-04 20:34:07 +02:00
parent a7ff6d6c12
commit 719937beb1
-9
View File
@@ -8,12 +8,3 @@ LIBSQLITE3_FLAGS = "-DSQLITE_ENABLE_MATH_FUNCTIONS"
[build]
rustflags = []
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-Wl,-rpath=$ORIGIN/sqlpage:$ORIGIN/sqlpage/drivers"]
[target.aarch64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-Wl,-rpath=$ORIGIN/sqlpage:$ORIGIN/sqlpage/drivers"]
[target.armv7-unknown-linux-gnueabihf]
rustflags = ["-C", "link-arg=-Wl,-rpath=$ORIGIN/sqlpage:$ORIGIN/sqlpage/drivers"]