Skip to content
Snippets Groups Projects
Commit 103f7ab3 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Wrong type for initialiser in generated him libraries

parent 537796a6
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -81,7 +81,7 @@ cat - <<EOF > shim/$base.so.c.dlsym ...@@ -81,7 +81,7 @@ cat - <<EOF > shim/$base.so.c.dlsym
// export list even if the target libGL has them) // export list even if the target libGL has them)
static void *_dlsym (void *handle, const char *symbol) static void *_dlsym (void *handle, const char *symbol)
{ {
const char **valid_sources = { "libGL.so.1", NULL }; const char *valid_sources[] = { "libGL.so.1", NULL };
return capsule_shim_dlsym( dso, handle, symbol, valid_sources ); return capsule_shim_dlsym( dso, handle, symbol, valid_sources );
} }
EOF EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment