From 5d51be9766bb1c9d725a9e8779b98e0c8adfa817 Mon Sep 17 00:00:00 2001 From: nrybowski Date: Thu, 6 Feb 2025 17:47:49 +0100 Subject: [PATCH] python: fix build --- dune-mpf/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dune-mpf/pyproject.toml b/dune-mpf/pyproject.toml index 3d2653a..37f4884 100644 --- a/dune-mpf/pyproject.toml +++ b/dune-mpf/pyproject.toml @@ -8,6 +8,7 @@ build-backend = "maturin" [tool.maturin] # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so) features = ["pyo3/extension-module"] +python-source = "dune" # target = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"] # [tool.maturin.target] # arch = "aarch64"