From 7a2fa469221ed4d358156920fdf68e24aa14407c Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Fri, 25 Oct 2024 15:00:04 +0200 Subject: [PATCH] pixi: Remove debug output --- scripts/activation.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/activation.sh b/scripts/activation.sh index e05a3dbd5..335141f9c 100644 --- a/scripts/activation.sh +++ b/scripts/activation.sh @@ -10,8 +10,6 @@ unset DEBUG_CPPFLAGS unset DEBUG_CXXFLAGS unset LDFLAGS -export &> /tmp/a - if [[ $host_alias == *"apple"* ]]; then # On OSX setting the rpath and -L it's important to use the conda libc++ instead of the system one.