tips-and-tricks: windows extension is '.dll'

This commit is contained in:
IOhannes m zmölnig 2023-07-06 10:50:52 +02:00
parent f76ac409a2
commit 7752526569

View file

@ -76,7 +76,7 @@ in bits ("64" for double-precision), followed by the system's native extension
for dynamic libraries (".dll" on Windows, ".so" on macOS/Linux/un*xes).
As of pd-lib-builder==0.7.0, you have to manually pass this extension:
make floatsize=64 extension=windows-amd64-64.so
make floatsize=64 extension=windows-amd64-64.dll
make floatsize=64 extension=linux-arm64-64.so
make floatsize=64 extension=darwin-fat-64.so arch="x86_64 arm64"