I saw a inconsistency in file naming: - <https://g...
# libpact_ffi-users
t
I saw a inconsistency in file naming: • libpact_ffi-linux-x86_64.so.gzlibpact_ffi-osx-x86_64.dylib.gzpact_ffi-windows-x86_64.dll.gz
libpact_ffi
vs
pact_ffi
. I think there is a typo somewhere? But I guess we don't want to fix it because currently there are many languages are downloading and using these files?
u
Windows has a different convention. For Linux, the .so file has to start with lib otherwise it won't be automatically picked up, I assume OSX is the same.
2
☝️ 1