Re-scope Mach-O enums

This commit is contained in:
Romain Thomas
2024-05-09 06:02:00 +02:00
parent 9aec6c0570
commit e46074212d
187 changed files with 4841 additions and 6922 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void create<DylinkerCommand>(nb::module_& m) {
.def_prop_rw("name",
nb::overload_cast<>(&DylinkerCommand::name, nb::const_),
nb::overload_cast<const std::string&>(&DylinkerCommand::name),
nb::overload_cast<std::string>(&DylinkerCommand::name),
"Path to the loader/linker"_doc,
nb::rv_policy::reference_internal)