mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 09:57:48 +08:00
Fix macOS build error
This commit is contained in:
parent
f5f08f237f
commit
909391cb37
|
@ -4,7 +4,7 @@
|
||||||
* File Authors : Heng Guo <2085471348@qq.com>
|
* File Authors : Heng Guo <2085471348@qq.com>
|
||||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* Created On : <2023-09-03>
|
* 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
|
void
|
||||||
os_ros_setsrc (char *option)
|
os_ros_setsrc (char *option)
|
||||||
{
|
{
|
||||||
chsrc_ensure_root (OS_ROS_SourceList);
|
chsrc_ensure_root ();
|
||||||
|
|
||||||
chsrc_yield_source_and_confirm (os_ros);
|
chsrc_yield_source_and_confirm (os_ros);
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*
|
*
|
||||||
* openKylin直接基于Linux内核开发,属于和Debian、openSUSE、Fedora、Arch
|
* openKylin直接基于Linux内核开发,属于和Debian、openSUSE、Fedora、Arch
|
||||||
* 同一级别的、根社区发布的系统
|
* 同一级别的、根社区发布的系统
|
||||||
* -------------------------------------------------------------
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @time 2023-09-29 更新
|
* @time 2023-09-29 更新
|
||||||
|
|
Loading…
Reference in New Issue
Block a user