mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -42,6 +42,6 @@ ezxml-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_EZXML)),y)
|
||||
ifeq ($(BR2_PACKAGE_EZXML),y)
|
||||
TARGETS+=ezxml
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user