diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 159946ee..00000000 --- a/.cargo/config +++ /dev/null @@ -1,8 +0,0 @@ -# These flags are the only way to tell cargo to add directories to the library -# search path. When `build.rs` script is used, this is not needed since the -# script will set the library paths correctly. But when it isn't used, -# something still needs to produce these flags. With cargo, this is the only -# way. -[build] -rustflags=["-L", "/usr/local/lib"] -rustdocflags=["-L", "/usr/local/lib"] diff --git a/.cargo/config b/.cargo/config new file mode 120000 index 00000000..ab8b69cb --- /dev/null +++ b/.cargo/config @@ -0,0 +1 @@ +config.toml \ No newline at end of file diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..159946ee --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,8 @@ +# These flags are the only way to tell cargo to add directories to the library +# search path. When `build.rs` script is used, this is not needed since the +# script will set the library paths correctly. But when it isn't used, +# something still needs to produce these flags. With cargo, this is the only +# way. +[build] +rustflags=["-L", "/usr/local/lib"] +rustdocflags=["-L", "/usr/local/lib"]