servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
173 stars 84 forks source link

ohos: Only look for libEGL.so #316

Closed jschwe closed 2 months ago

jschwe commented 2 months ago

libEGL.so.1 doesn't exist on ohos, so looking for it will always fail, and cause error messages in the log. Avoid this, by making the so names we look for depend on the target.

Follow-up to #314