mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
comment
This commit is contained in:
parent
1214d23a29
commit
72896b902e
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ LDLIBS += $(LUALIBLD)
|
|||
INCLUDES += $(LUALIBINC)
|
||||
|
||||
## Jansson
|
||||
# Jansson section needs to be after Lua to avoid interferences on macOS if a locally incompatible Lua was available, see PR 1155
|
||||
ifneq ($(SKIPJANSSONSYSTEM),1)
|
||||
JANSSONINCLUDES = $(shell $(PKG_CONFIG_ENV) pkg-config --cflags jansson 2>/dev/null)
|
||||
JANSSONLDLIBS = $(shell $(PKG_CONFIG_ENV) pkg-config --libs jansson 2>/dev/null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue