mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/libevent: drop python2 support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
83ed2d60cc
commit
538dc7f027
@@ -25,7 +25,7 @@ endef
|
||||
|
||||
# libevent installs a python script to target - get rid of it if we
|
||||
# don't have python support enabled
|
||||
ifneq ($(BR2_PACKAGE_PYTHON)$(BR2_PACKAGE_PYTHON3),y)
|
||||
ifneq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
LIBEVENT_POST_INSTALL_TARGET_HOOKS += LIBEVENT_REMOVE_PYSCRIPT
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user