epp is invoked by edje_cc and should include the MODULE_ARCH dir.
SVN revision: 82488
bin_edje_edje_watch_LDADD = $(EDJE_COMMON_USER_LDADD)
# EPP (Edje's CPP)
-eppdir = $(libdir)/edje/utils
+eppdir = $(libdir)/edje/utils/$(MODULE_ARCH)
epp_PROGRAMS = bin/edje/epp/epp
bin_edje_epp_epp_SOURCES = \
bin/edje/epp/cpplib.h \
}
if (buf2[0] == '\0')
- snprintf(buf2, sizeof(buf2), "%s/edje/utils/epp" EPP_EXT,
+ snprintf(buf2, sizeof(buf2), "%s/edje/utils/" MODULE_ARCH "/epp" EPP_EXT,
eina_prefix_lib_get(pfx));
if (ecore_file_exists(buf2))
{