This commit is contained in:
fengbojiang 2021-06-15 17:51:55 +08:00
commit d1e478dd27
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ifeq ($(FF_PATH),)
endif
ifneq ($(shell pkg-config --exists libdpdk && echo 0),0)
$(error "no installation of DPDK found, maybe you shuld export environment variable `PKG_CONFIG_PATH`")
$(error "No installation of DPDK found, maybe you should export environment variable `PKG_CONFIG_PATH`")
endif
PKGCONF ?= pkg-config