Skip to content

Commit 96a1cf7

Browse files
authored
load lib sockpp and serialport
1 parent 9fa3d2d commit 96a1cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extending.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
libzedmd = ctypes.CDLL(str(pathlib.Path(__file__).parent.resolve()) + '/extern/libzedmd/build/Release/zedmd64.dll')
1414
from build.Release.extending import ZeDMD_ext
1515
elif platform == "darwin":
16+
libsockpp = ctypes.CDLL(str(pathlib.Path(__file__).parent.resolve()) + '/extern/libzedmd/build/libsockpp.dylib')
17+
libserialport = ctypes.CDLL(str(pathlib.Path(__file__).parent.resolve()) + '/extern/libzedmd/build/libserialport.dylib')
1618
libzedmd = ctypes.CDLL(str(pathlib.Path(__file__).parent.resolve()) + '/extern/libzedmd/build/libzedmd.dylib')
1719
from build.extending import ZeDMD_ext
1820
else:

0 commit comments

Comments
 (0)