jw-pkg/make/prereq-installed.mk

4 lines
212 B
Makefile
Raw Normal View History

ifneq ($(filter run gdb valgrind attach attach-strace libpath valgrind strace debug lldb,$(MAKECMDGOALS)),)
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
endif