vincentlui commited on
Commit
3f1a1ab
1 Parent(s): 45d93d4
Files changed (2) hide show
  1. dds_util.py +2 -2
  2. libdds.so +2 -2
dds_util.py CHANGED
@@ -40,12 +40,12 @@ table = ddTableResults()
40
 
41
  dll_name = DLL = None
42
  if os.name == "posix":
43
- dll_name = "./libdds.so"
44
  DLL = ctypes.CDLL
45
 
46
  if dll_name:
47
  #dll_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),dll_name)
48
- dll_path = dll_name# os.path.join(os.getcwd(),dll_name)
49
  #dll_path='C:\\Users\\peter\\Python\\PBNGenerator\\dds-64.dll'
50
  if dll_name and os.path.exists(dll_path):
51
  dll = DLL(dll_path)
 
40
 
41
  dll_name = DLL = None
42
  if os.name == "posix":
43
+ dll_name = "libdds.so"
44
  DLL = ctypes.CDLL
45
 
46
  if dll_name:
47
  #dll_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),dll_name)
48
+ dll_path = os.path.join(os.getcwd(),dll_name)
49
  #dll_path='C:\\Users\\peter\\Python\\PBNGenerator\\dds-64.dll'
50
  if dll_name and os.path.exists(dll_path):
51
  dll = DLL(dll_path)
libdds.so CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f38db5d391d6d1f9046af221e517b6359bbe536ad55907eb37253ef7eccfaaa0
3
- size 495992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c6acecf3a959575a300a3099e083b30a8f3cd933f99a2bbfe22533f3fae93d
3
+ size 276134