1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-16 13:58:49 +00:00

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]
This commit is contained in:
Martin Milata 2025-05-02 22:59:43 +02:00
parent 49d25cbe6f
commit 8a0cf0e29a

View File

@ -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