Skip to content

Commit

Permalink
fix meson
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 17, 2024
1 parent 0b30533 commit 0ac0964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cysignals/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ foreach name, pyx : extensions
endif

py.extension_module(name,
pyx, extra_sources,
pyx,
include_directories: [include_directories('.'), src],
dependencies: [py_dep, threads_dep],
install: true,
Expand Down

0 comments on commit 0ac0964

Please sign in to comment.