|
@@ -1,6 +1,6 @@
|
|
|
---
|
|
---
|
|
|
icon: dot
|
|
icon: dot
|
|
|
-label: 'Using dynamic library'
|
|
|
|
|
|
|
+label: 'Use dynamic library'
|
|
|
order: 45
|
|
order: 45
|
|
|
---
|
|
---
|
|
|
|
|
|
|
@@ -55,4 +55,4 @@ test = __import__("libtest.dylib") # macOS
|
|
|
test = __import__("libtest.so") # Android
|
|
test = __import__("libtest.so") # Android
|
|
|
|
|
|
|
|
test.hello() # Hello from dylib!
|
|
test.hello() # Hello from dylib!
|
|
|
-```
|
|
|
|
|
|
|
+```
|