Commit a27010d
committed
fix: unescaped LDVERSION in Android pkgconfig
This used to happen as LDVERSION was used in BLDLIBRARY declaration,
which was eventually used for LIBPYTHON. LDVERSION was thus changed to
be expanded at Makefile generation time. Furthermore, there were two
places where LDVERSION was been assigned. In order to make things
simpler, it is only defined and assigned once now. LDVERSION was used in
between the two assignments with different values, but was used as
'$(LDVERSION)', which means it was substituted to the later value
assigned in Makefiles at build time. So this should ideally have no
impact on the end user or the build process1 parent dfd1070 commit a27010d
2 files changed
+123
-123
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1434 | 1434 | | |
1435 | 1435 | | |
1436 | 1436 | | |
1437 | | - | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
1438 | 1481 | | |
1439 | 1482 | | |
1440 | 1483 | | |
| |||
1719 | 1762 | | |
1720 | 1763 | | |
1721 | 1764 | | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | | - | |
1729 | | - | |
1730 | | - | |
1731 | | - | |
1732 | | - | |
1733 | | - | |
1734 | | - | |
1735 | | - | |
1736 | | - | |
1737 | | - | |
1738 | | - | |
1739 | | - | |
1740 | | - | |
1741 | | - | |
1742 | | - | |
1743 | | - | |
1744 | | - | |
1745 | | - | |
1746 | | - | |
1747 | | - | |
1748 | | - | |
1749 | | - | |
1750 | | - | |
1751 | | - | |
1752 | | - | |
1753 | | - | |
1754 | | - | |
1755 | | - | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
1762 | 1765 | | |
1763 | 1766 | | |
1764 | 1767 | | |
| |||
6436 | 6439 | | |
6437 | 6440 | | |
6438 | 6441 | | |
6439 | | - | |
6440 | | - | |
6441 | | - | |
6442 | 6442 | | |
6443 | 6443 | | |
6444 | 6444 | | |
| |||
0 commit comments