mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 00:39:04 +00:00
Migrate makerom to modern mbedtls
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ ifeq ($(ROOT_PROJECT_NAME),)
|
||||
endif
|
||||
|
||||
# Project Dependencies
|
||||
PROJECT_DEPEND = mbedtls polarssl blz yaml
|
||||
PROJECT_DEPEND_LOCAL_DIR = libmbedtls libpolarssl libblz libyaml
|
||||
PROJECT_DEPEND = mbedtls blz yaml
|
||||
PROJECT_DEPEND_LOCAL_DIR = libmbedtls libblz libyaml
|
||||
|
||||
# Generate compiler flags for including project include path
|
||||
ifneq ($(PROJECT_INCLUDE_PATH),)
|
||||
|
||||
Reference in New Issue
Block a user