mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 03:50:16 +00:00
Update dylib.md
This commit is contained in:
parent
a829a93805
commit
edd8b9fa43
@ -1,6 +1,6 @@
|
||||
---
|
||||
icon: dot
|
||||
label: 'Using dynamic library'
|
||||
label: 'Use dynamic library'
|
||||
order: 45
|
||||
---
|
||||
|
||||
@ -55,4 +55,4 @@ test = __import__("libtest.dylib") # macOS
|
||||
test = __import__("libtest.so") # Android
|
||||
|
||||
test.hello() # Hello from dylib!
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user