Skip to content

Commit 8a0cf0e

Browse files
committed
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]
1 parent 49d25cb commit 8a0cf0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ endif
150150

151151
SCONS = scons $(SCONS_OPTS) $(SCONS_VARS)
152152

153-
# 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
154-
unexport LD_LIBRARY_PATH
155-
156153
## help commands:
157154

158155
help: ## show this help

0 commit comments

Comments
 (0)