Differences From
Artifact [1a1f87c1d5]:
3 3 else ifndef NIX_PATH
4 4 else
5 5 distro = nix
6 6 endif
7 7
8 8 ifndef runtime
9 9 ifeq ($(distro),nix)
10 - rt-pfx = $(shell nix path-info nixos.glibc)/lib
10 + rt-pfx = $(inputPath-libc)/lib
11 11 else ifeq ($(shell test -e /usr/local/lib/crt1.o; echo $$?),0)
12 12 rt-pfx = /usr/local/lib
13 13 else ifeq ($(shell test -e /lib/crt1.o; echo $$?),0)
14 14 rt-pfx = /lib
15 15 endif
16 16 runtime = $(rt-pfx)/crt1.o $(rt-pfx)/crti.o $(rt-pfx)/crtn.o
17 17 endif
18 18
19 19 include makefile