Eolian generator: Disable system dir scan.

This was causing trouble for cross compilation.

Thanks to q66 for the fix and cedric for reporting.
This commit is contained in:
Tom Hacohen 2014-07-17 16:07:33 +01:00
parent 6bf45900c8
commit 076d816364
2 changed files with 0 additions and 7 deletions

View File

@ -321,9 +321,6 @@ int main(int argc, char **argv)
goto end;
}
if (!getenv("EFL_RUN_IN_TREE"))
eolian_system_directory_scan();
eolian_all_eot_files_parse();
const char *filename;

View File

@ -197,10 +197,6 @@ database_load(options_type const& opts)
<< "Couldn't load eolian from '" << src << "'.";
}
}
if (!getenv("EFL_RUN_IN_TREE"))
{
eolian_system_directory_scan();
}
if (!::eolian_all_eot_files_parse())
{
EINA_CXX_DOM_LOG_ERR(eolian_cxx::domain)