Fix macOS build error

This commit is contained in:
Aoran Zeng 2024-08-23 15:14:50 +08:00
parent f5f08f237f
commit 909391cb37
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* File Authors : Heng Guo <2085471348@qq.com>
* Contributors : Aoran Zeng <ccmywish@qq.com>
* 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);

View File

@ -8,7 +8,7 @@
*
* openKylin直接基于Linux内核开发DebianopenSUSEFedoraArch
*
* -------------------------------------------------------------
* ------------------------------------------------------------*/
/**
* @time 2023-09-29