Skip to content

Commit

Permalink
let glesv1 so be determined by HYBRIS_LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  • Loading branch information
sledges committed Jul 13, 2015
1 parent 8f40548 commit cf06cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhybris/hybris/glesv1/glesv1_cm.c
Expand Up @@ -26,7 +26,7 @@

#include <hybris/common/binding.h>

#define GLESV1_CM_LIBRARY_PATH "/system/lib/libGLESv1_CM.so"
#define GLESV1_CM_LIBRARY_PATH "libGLESv1_CM.so"

HYBRIS_LIBRARY_INITIALIZE(glesv1_cm, GLESV1_CM_LIBRARY_PATH);

Expand Down

0 comments on commit cf06cb7

Please sign in to comment.