mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Remove dep/fmt completely.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
ifeq ($(shell $(PKG_CONFIG) fmt; echo $$?), 0)
|
||||
|
||||
LIBFMT_LIB =
|
||||
LIBFMT_CFLAGS := $(shell $(PKG_CONFIG) --cflags fmt)
|
||||
LIBFMT_LDFLAGS := $(shell $(PKG_CONFIG) --libs fmt)
|
||||
|
||||
else
|
||||
|
||||
$(error required dependency 'fmt' missing)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user