mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
73ae29809b
commit
b282630b02
@ -6,8 +6,6 @@ print(os.getcwd())
|
|||||||
|
|
||||||
if sys.platform == 'linux':
|
if sys.platform == 'linux':
|
||||||
test = __import__('build/linux/libtest.so')
|
test = __import__('build/linux/libtest.so')
|
||||||
elif sys.platform == 'win32':
|
|
||||||
test = __import__('build/win32/test.dll')
|
|
||||||
else:
|
else:
|
||||||
raise Exception('Unsupported platform')
|
raise Exception('Unsupported platform')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user