intelxed / xed

The X86 Encoder Decoder (XED), is a software library for encoding and decoding X86 (IA32 and Intel64) instructions
https://intelxed.github.io/
Apache License 2.0
1.38k stars 146 forks source link

Simplify adding mbuild to PYTHONPATH #323

Closed Serial-ATA closed 1 month ago

Serial-ATA commented 4 months ago

Many identical implementations of find_dir existed to add mbuild to PYTHONPATH before its import. This adds genutil.add_mbuild_to_path to cut down on duplication.