[build] Misc cleanups

This commit is contained in:
Romain Goyet
2020-04-02 21:26:22 -04:00
committed by Ecco
parent ba57dbde61
commit 3f2b14ac3e
2 changed files with 0 additions and 6 deletions

View File

@@ -11,11 +11,6 @@ include build/toolchain.$(TOOLCHAIN).mak
include build/variants.mak
include build/helpers.mk
define foo
endef
$(eval $(call foo))
.PHONY: info
info:
@echo "EPSILON_VERSION = $(EPSILON_VERSION)"

View File

@@ -15,7 +15,6 @@ $(call object_for,ion/src/simulator/shared/main.cpp) : SFLAGS += -DEPSILON_SDL_F
LDFLAGS += -ljnigraphics -llog
# If ARCH is not defined, we will re-trigger a build for each avaialble ARCH.
# This is used to build APKs, which needs to embbed a binary for each ARCH.