Skip to content

Commit

Permalink
fix subdir for cython extension
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 5, 2024
1 parent ce694e1 commit e70a63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmq/backend/cython/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ incdir = include_directories('../../utils')
py.extension_module(
'_zmq',
cython_gen.process('_zmq.py'),
subdir: 'zmq/backend/cython',
dependencies: libzmq,
include_directories: incdir,
# TODO: link_with for bundled libzmq
Expand Down

0 comments on commit e70a63e

Please sign in to comment.