edje_decc only use edje_cc.

SVN revision: 57891
This commit is contained in:
Carsten Haitzler 2011-03-19 07:20:33 +00:00
parent cc58ee1e6a
commit b7cf738b7f
2 changed files with 7 additions and 0 deletions

View File

@ -61,3 +61,8 @@
* Add PROXY part.
2011-03-19 Carsten Haitzler (The Rasterman)
* Change edje_decc to only use edje_cc as the compiler for security
and correctness reasons.

View File

@ -142,6 +142,8 @@ decomp(void)
eet_close(ef);
return 0;
}
/* force compiler to be edje_cc */
edje_file->compiler = strdup("edje_cc");
if (!edje_file->compiler)
{
edje_file->compiler = strdup("edje_cc");