Skip to content

Commit 3224d4e

Browse files
committed
rely on b_coverage flag
1 parent dcfe5b2 commit 3224d4e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: meson.options

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
option('cy_coverage', type : 'boolean', value : false)
2-
31
option('use-sdl', type: 'boolean', value: true,
42
description: 'Use the single dynamic library.')
53

Diff for: pydiso/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cython_c_args = [numpy_nodepr_api, use_math_defines]\
9595
cython_file = 'mkl_solver.pyx'
9696
cython_file_full_path = meson.current_source_dir() / cython_file
9797

98-
if get_option('cy_coverage')
98+
if get_option('b_coverage')
9999
# tell cython to enable linetracing
100100
add_project_arguments(['--directive', 'linetrace=true'], language : 'cython')
101101
# tell the c_compiler to definie the CYTHON_TRACE_NOGIL

0 commit comments

Comments
 (0)