From 9612aa49708e68e0bd9b38ac8bbc60b7b391641b Mon Sep 17 00:00:00 2001 From: pantor Date: Mon, 8 Jan 2024 21:13:38 +0100 Subject: [PATCH] cd py wheel with PIC --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 77203496..a993f399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ cmake.targets = ["python_ruckig"] [tool.scikit-build.cmake.define] BUILD_PYTHON_MODULE = "ON" BUILD_SHARED_LIBS = "OFF" +CMAKE_POSITION_INDEPENDENT_CODE = "ON" [tool.ruff]