fx.io: add basic rosetta support

This commit is contained in:
2026-07-19 13:25:53 +01:00
parent 181a6bac09
commit cb97001033
10 changed files with 2286 additions and 2 deletions
-2
View File
@@ -433,8 +433,6 @@ fx_result fx_file_open(
free_root_path = true;
}
const fx_value *parts[] = {};
fx_path *abs_path
= fx_path_join_list(2, &FX_VALUE_OBJECT(root_path), &path);