From 77525265694bac50ed94c5ef62ebbae680c72ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 6 Jul 2023 10:50:52 +0200 Subject: [PATCH] tips-and-tricks: windows extension is '.dll' --- tips-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips-tricks.md b/tips-tricks.md index 2c5bd3d..1835687 100644 --- a/tips-tricks.md +++ b/tips-tricks.md @@ -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"