mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 03:28:53 +08:00
auto detect app_root
This commit is contained in:
parent
fe1ba40fc8
commit
37d3a2e216
@ -87,7 +87,7 @@ static ret_t system_info_normalize_app_root(system_info_t* info, const char* app
|
||||
}
|
||||
#else
|
||||
static ret_t system_info_normalize_app_root(system_info_t* info, const char* app_root_default) {
|
||||
info->app_root = app_root_default;
|
||||
info->app_root = tk_strdup(app_root_default);
|
||||
|
||||
return RET_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user