Skip to content

Commit 4036995

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 0bdc710 commit 4036995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydatastructs/utils/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ python.extension_module(
1919
'pydatastructs.utils._backend.cpp._nodes',
2020
'_backend/cpp/nodes.cpp',
2121
install: true,
22+
subdir: 'pydatastructs/utils/_backend/cpp'
2223
)
2324

2425
python.extension_module(
2526
'pydatastructs.utils._backend.cpp._graph_utils',
2627
'_backend/cpp/graph_utils.cpp',
2728
install: true,
29+
subdir: 'pydatastructs/utils/_backend/cpp'
2830
)
2931

3032
subdir('tests')

0 commit comments

Comments
 (0)