From fcafdb87fd36678b176543c1957d345c3ff2a0d8 Mon Sep 17 00:00:00 2001 From: Jackson Goode Date: Wed, 3 Jul 2024 20:04:07 -0700 Subject: [PATCH] Fix --- psst-gui/Cargo.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/psst-gui/Cargo.toml b/psst-gui/Cargo.toml index e428dcc8..dc63f74e 100644 --- a/psst-gui/Cargo.toml +++ b/psst-gui/Cargo.toml @@ -86,15 +86,4 @@ pre-build = [ libasound2-dev:arm64 \ libglib2.0-dev:arm64 """ -] - - -[target.aarch64-unknown-linux-gnu.env] -passthrough = [ - "PKG_CONFIG_ALLOW_CROSS", -] - -[target.x86_64-unknown-linux-gnu.env] -passthrough = [ - "PKG_CONFIG_ALLOW_CROSS", ] \ No newline at end of file