Skip to content

Commit

Permalink
Update ab.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Dec 12, 2023
1 parent 1234e81 commit 0dd99ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"""
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)
"""
)

Expand Down

0 comments on commit 0dd99ef

Please sign in to comment.