Skip to content

Commit

Permalink
tips-and-tricks: windows extension is '.dll'
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed Jul 6, 2023
1 parent f76ac40 commit 7752526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7752526

Please sign in to comment.