Skip to content

Commit

Permalink
Specify build options when setting up meson for compiling Cython code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Dec 14, 2024
1 parent fe37092 commit 425586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/targets/compilation/cython/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
super().__init__(MODULE_FILTER)

def run(self, build_unit: BuildUnit, module: Module):
MesonSetup(build_unit, module) \
MesonSetup(build_unit, module, build_options=BUILD_OPTIONS) \
.add_dependencies('cython') \
.run()

Expand Down

0 comments on commit 425586f

Please sign in to comment.