diff --git a/.cargo/config.toml b/.cargo/config.toml index bf15dccf..9247b719 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"]