diff options
-rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 338862f..94d197f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -8,8 +8,5 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -[env] -PYO3_PYTHON = "/nix/store/7xzk119acyws2c4ysygdv66l0grxkr39-python3-3.11.9-env/bin/python3" - [build] rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-cpu=native"] |