mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Use an indirect reference to detect the 3rdparty directory
This commit is contained in:
7
3rdparty/Makefile.inc
vendored
7
3rdparty/Makefile.inc
vendored
@@ -1,5 +1,2 @@
|
||||
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
|
||||
include ../crypto/3rdparty/everest/Makefile.inc
|
||||
else
|
||||
include ../3rdparty/everest/Makefile.inc
|
||||
endif
|
||||
THIRDPARTY_DIR = $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
include $(THIRDPARTY_DIR)/everest/Makefile.inc
|
||||
|
||||
Reference in New Issue
Block a user