mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 12:00:18 +00:00
Update dylib.md
This commit is contained in:
parent
a829a93805
commit
edd8b9fa43
@ -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!
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user