mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:55:42 +01:00
Use an indirect reference to detect the 3rdparty directory
This commit is contained in:
parent
37940d923e
commit
18a9d5b425
7
3rdparty/Makefile.inc
vendored
7
3rdparty/Makefile.inc
vendored
@ -1,5 +1,2 @@
|
|||||||
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
|
THIRDPARTY_DIR = $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
include ../crypto/3rdparty/everest/Makefile.inc
|
include $(THIRDPARTY_DIR)/everest/Makefile.inc
|
||||||
else
|
|
||||||
include ../3rdparty/everest/Makefile.inc
|
|
||||||
endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user