From 659f3ac8b7dce3a3437eb5b7c03a8be77b36ae06 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 9 Sep 2024 20:30:26 +0200 Subject: [PATCH] fix: tests won't work anymore otherwise this means we probably can't cross compile lua right now, but not doing it yet anyway sooo --- .cargo/config.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index e7ac217..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,5 +0,0 @@ -[target.x86_64-unknown-linux-gnu] -rustflags = ["-C", "link-args=-rdynamic"] - -[target.x86_64-apple-darwin] -rustflags = ["-C", "link-args=-rdynamic"]