Skip to content

Commit

Permalink
Correct 3rdparty include path for Mbed TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
yanesca committed Aug 20, 2019
1 parent c25df68 commit 20082cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 3rdparty/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
include ../crypto/3rdparty/everest/Makefile.inc
else
include ../3rdparty/everest/Makefile.inc

endif

0 comments on commit 20082cb

Please sign in to comment.