Update ab.

This commit is contained in:
David Given
2023-12-12 23:17:06 +01:00
parent 1234e81463
commit 0dd99efad3

View File

@@ -7,8 +7,6 @@ emit(
"""
PKG_CONFIG ?= pkg-config
PACKAGES := $(shell $(PKG_CONFIG) --list-all | cut -d' ' -f1 | sort)
PCFILES := $(wildcard $(patsubst %,%/*.pc,$(subst :, ,$(shell $(PKG_CONFIG) --variable pc_path pkg-config))))
$(OBJ)/build.mk: $(PCFILES)
"""
)