Skip to content

Commit 6b604dd

Browse files
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 process
1 parent dfd1070 commit 6b604dd

2 files changed

Lines changed: 153 additions & 153 deletions

File tree

configure

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)