mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:15:38 +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)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user