diff options
| author | Mark Rowe <mark@vector35.com> | 2025-08-06 11:21:39 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2025-08-07 20:24:02 -0700 |
| commit | 72e0b2f89352bf45af44629c97741977090dcd78 (patch) | |
| tree | 4d98aed8ed0bf3d40da983058dac360ebc8f750b /python/examples/mappedview.py | |
| parent | 1d25b8cb9304f53f80d1df960341d7c21d40ab13 (diff) | |
Fix clean builds when CMake is using Unix Makefiles
The `$<TARGET_FILE:binaryninjaapi>` syntax does not do what is intended
for Unix Makefiles.
In practice there's no reason for this custom command to depend on the
`binaryninjaapi` target. The Rust API uses core's C APIs directly rather
than via the C++ API, and it already depends on binaryninjacore.h via
`RUST_API_SOURCES`. Since it's running `cargo check` and not doing a
full compilation this header-only dependency is sufficient.
Diffstat (limited to 'python/examples/mappedview.py')
0 files changed, 0 insertions, 0 deletions
