diff options
author | xdegaye <xdegaye@gmail.com> | 2019-04-29 07:27:40 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-04-29 07:27:40 (GMT) |
commit | 254b309c801f82509597e3d7d4be56885ef94c11 (patch) | |
tree | ae96f759a67bfb4aaea873da5a488fb1e4e80ab6 /Makefile.pre.in | |
parent | b021ba50284cdfc200b5d18dc4dea80218fcbe91 (diff) | |
download | cpython-254b309c801f82509597e3d7d4be56885ef94c11.zip cpython-254b309c801f82509597e3d7d4be56885ef94c11.tar.gz cpython-254b309c801f82509597e3d7d4be56885ef94c11.tar.bz2 |
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 89479ee..7f0d8d44 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -41,6 +41,7 @@ AR= @AR@ READELF= @READELF@ SOABI= @SOABI@ LDVERSION= @LDVERSION@ +LIBPYTHON= @LIBPYTHON@ GITVERSION= @GITVERSION@ GITTAG= @GITTAG@ GITBRANCH= @GITBRANCH@ |