bug fixed & add os.platform

This commit is contained in:
ValKmjolnir
2021-12-08 18:46:32 +08:00
parent 85bb502191
commit 5a80258d20
9 changed files with 94 additions and 11 deletions

View File

@@ -1068,7 +1068,7 @@ Linux(`.so`):
`clang++ -shared -o libfib.so fib.o`
Mac: same as Linux, but remember to generate `.dylib`
Mac(`.so` & `.dylib`): same as Linux.
Windows(`.dll`):