Ector: try to load libcairo-2.dll first on Windows

Summary: win-builds provide libcairo-2.dll and not libcairo.dlL

Test Plan: ector test progral

Reviewers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3787
This commit is contained in:
Vincent Torri 2016-03-11 18:35:46 +01:00 committed by Jean-Philippe Andre
parent 20df2a5d60
commit 1d6d7bf60f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ _ector_cairo_surface_symbol_get(Eo *obj EINA_UNUSED,
} \
}
#if defined(_WIN32) || defined(__CYGWIN__)
LOAD("libcairo-2.dll");
LOAD("libcairo.dll");
#elif defined(__APPLE__) && defined(__MACH__)
LOAD("libcairo.dylib");