From 8a0cf0e29a470e5750f1cfa3f2c27724a3114bdc Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Fri, 2 May 2025 22:59:43 +0200 Subject: [PATCH] build(core): remove LD_LIBRARY_PATH workaround from Makefile Normal CI workflows seem to work fine with it and it broke `make upload` on some setups. [no changelog] --- core/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/Makefile b/core/Makefile index 88dd98f228..d27be9d0a9 100644 --- a/core/Makefile +++ b/core/Makefile @@ -150,9 +150,6 @@ endif SCONS = scons $(SCONS_OPTS) $(SCONS_VARS) -# LD_LIBRARY_PATH workaround: https://discourse.nixos.org/t/nixpkgs-nixos-unstable-many-package-fail-with-glibc-2-38-not-found/35078 https://github.com/NixOS/nixpkgs/issues/287764 -unexport LD_LIBRARY_PATH - ## help commands: help: ## show this help