mirror of https://github.com/OpenIPC/firmware.git
[no ci] Package: update nabto makefile (#1701)
parent
ce2a9bdbf6
commit
515cbe68e7
|
@ -55,6 +55,19 @@ index cbc6b8a..0eb63d7 100644
|
|||
if (args->homeDir != NULL) {
|
||||
// perfect just using the homeDir
|
||||
make_directory(args->homeDir);
|
||||
diff --git a/platform_integration_example/CMakeLists.txt b/platform_integration_example/CMakeLists.txt
|
||||
index c30f4ab..b01ec4c 100644
|
||||
--- a/platform_integration_example/CMakeLists.txt
|
||||
+++ b/platform_integration_example/CMakeLists.txt
|
||||
@@ -41,7 +41,7 @@ else()
|
||||
nm_mbedtls_srv
|
||||
nm_mbedtls_random
|
||||
nm_mbedtls_spake2
|
||||
- 3rdparty_mbedtls
|
||||
+ mbedtls
|
||||
)
|
||||
endif()
|
||||
|
||||
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
|
||||
index 60b89b3..b67bb86 100644
|
||||
--- a/src/core/CMakeLists.txt
|
||||
|
|
|
@ -19,8 +19,7 @@ endef
|
|||
|
||||
NABTO_CONF_OPTS += \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DDEVICE_BUILD_EXAMPLES=OFF
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
|
||||
define NABTO_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin
|
||||
|
|
Loading…
Reference in New Issue