Commit a023cda
committed
cmake: declare the pycsdiff target as a MODULE library
... to mark the intent that it is meant to be used by `dlopen` only.
Consequently, this makes the library to always use the `.so` suffix
which fixes the following test failure on macOS because Python ignores
shared libraries with the `.dylib` suffix.
```
pycsdiff_py3......................................***Failed 0.02 sec
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pycsdiff'
```1 parent 250bc5f commit a023cda
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments