python3Packages.qdldl: portable separator

Co-authored-by: Grimmauld <soeren@benjos.de>
This commit is contained in:
Guilhem Saurel
2025-09-26 08:42:53 +02:00
co-authored by Grimmauld
parent ea651fa631
commit 895b62aa0e
@@ -80,7 +80,7 @@ index edb50ed..c0e4c23 100644
sources=glob(os.path.join('cpp', '*.cpp')),
include_dirs=[os.path.join('c'),
- os.path.join('c', 'qdldl', 'include'),
+ "@qdldl@/include",
+ os.path.join("@qdldl@", "include"),
get_pybind_include(),
get_pybind_include(user=False)],
language='c++',