From a1afe93fafc91ef1ffeb4780be514464cbf0af77 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Mon, 20 May 2024 10:55:49 +0300 Subject: [PATCH] rustflags only for linux --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index a91ccb4..9aac10c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ -[build] +[target.x86_64-unknown-linux-gnu] rustflags = ["-Clink-arg=-Wl,--allow-multiple-definition"]