Makefile: change LIBDIRS order
Your custom build of mbedtls needs to be in front of `PORTLIBS` so it gets picked up if mbedtls from pacman is installed.
This commit is contained in:
parent
f7dc8f027b
commit
668087dc8b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -64,7 +64,7 @@ LIBS := -lnx -lmbedcrypto -lstdc++fs `freetype-config --libs`
|
||||||
# list of directories containing libraries, this must be the top level containing
|
# list of directories containing libraries, this must be the top level containing
|
||||||
# include and lib
|
# include and lib
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
LIBDIRS := $(PORTLIBS) $(LIBNX) $(TOPDIR)/source/mbedtls
|
LIBDIRS := $(TOPDIR)/source/mbedtls $(PORTLIBS) $(LIBNX)
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue