mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
modify path for pkg-config
Thirdparty libwebsockets gets installed into /usr/local/lib64 by default
This commit is contained in:
parent
77201b6813
commit
2e57791b73
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ CFLAGS += -Wall -Werror -fdiagnostics-color=auto
|
|||
LDFLAGS += -L$(BUILDDIR)
|
||||
|
||||
# Some tools
|
||||
PKGCONFIG := PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:$(PKG_CONFIG_PATH) pkg-config
|
||||
PKGCONFIG := PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:$(PKG_CONFIG_PATH) pkg-config
|
||||
SHELL := bash
|
||||
|
||||
# We must compile without optimizations for gcov!
|
||||
|
|
Loading…
Add table
Reference in a new issue