]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Makefile.uk: remove malloc_closure.c from ctypes
authorAndrei Tatar <andrei@unikraft.io>
Tue, 25 Jul 2023 19:36:26 +0000 (21:36 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 16:00:37 +0000 (16:00 +0000)
commit884dea9b712118cb8036d2cc54417217147f9ad8
tree44383e0fe30c9101dee03d54f90a776eb6e460e8
parent11c0694f1a69840795241107d3ff019674a1f7e0
Makefile.uk: remove malloc_closure.c from ctypes

This change removes malloc_closure.c from the build of the ctypes
extension, as its function is provided by libffi, upon which ctypes
depends.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #15
Makefile.uk