Merge branch 'master' of git://github.com/kivy/kivy-ios
This commit is contained in:
commit
36160651f9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
+ * of trying to dlopen, directly do the dlsym.
|
+ * of trying to dlopen, directly do the dlsym.
|
||||||
+ * -- Mathieu
|
+ * -- Mathieu
|
||||||
+ */
|
+ */
|
||||||
+ return (dl_funcptr) dlsym(RTLD_MAIN_ONLY, funcname);
|
+ return (dl_funcptr) dlsym(RTLD_SELF, funcname);
|
||||||
+
|
+
|
||||||
+#if 0
|
+#if 0
|
||||||
if (fp != NULL) {
|
if (fp != NULL) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue