Commit 65c5022
committed
nemo-python: Fix build for 32-bit LMDE.
DEB_HOST_MULTIARCH ends up being 'i686-linux-gnu' but meson makes
its build dir 'i386-linux-gnu'.
Reverting 0eb8794 resolves that, and adding an install file
works around the original problem of nothing getting installed.1 parent 9fc56e8 commit 65c5022
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 14 | | |
19 | | - | |
| 15 | + | |
0 commit comments