Commit d186bc0
authored
igvm_c/Makefile: fix path for cross compilation (#92)
When cross-compiling with `CARGO_BUILD_TARGET`, the build output path
changes to include the target triple (e.g., `target/<triple>/release/`).
This leads to compilation errors as `TARGET_PATH` does not take that
into account.
Update `TARGET_PATH` to include the target triple if set.
Signed-off-by: Luigi Leonardi <leonardi@redhat.com>1 parent 2ad2b2c commit d186bc0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments