mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Re-scope Mach-O enums
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user