From 909391cb37903109f9139a74285a9c235452f77b Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 23 Aug 2024 15:14:50 +0800 Subject: [PATCH] Fix macOS build error --- src/recipe/os/APT/ROS.c | 4 ++-- src/recipe/os/APT/openKylin.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/recipe/os/APT/ROS.c b/src/recipe/os/APT/ROS.c index 7491f11..047c06c 100644 --- a/src/recipe/os/APT/ROS.c +++ b/src/recipe/os/APT/ROS.c @@ -4,7 +4,7 @@ * File Authors : Heng Guo <2085471348@qq.com> * Contributors : Aoran Zeng * Created On : <2023-09-03> - * Last Modified : <2024-08-16> + * Last Modified : <2024-08-23> * ------------------------------------------------------------*/ /** @@ -32,7 +32,7 @@ def_sources_n(os_ros); void os_ros_setsrc (char *option) { - chsrc_ensure_root (OS_ROS_SourceList); + chsrc_ensure_root (); chsrc_yield_source_and_confirm (os_ros); diff --git a/src/recipe/os/APT/openKylin.c b/src/recipe/os/APT/openKylin.c index c929cb7..f14ed5e 100644 --- a/src/recipe/os/APT/openKylin.c +++ b/src/recipe/os/APT/openKylin.c @@ -8,7 +8,7 @@ * * openKylin直接基于Linux内核开发,属于和Debian、openSUSE、Fedora、Arch * 同一级别的、根社区发布的系统 - * ------------------------------------------------------------- + * ------------------------------------------------------------*/ /** * @time 2023-09-29 更新