Skip to content

Commit 8f32f29

Browse files
committed
Fixed
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent d3788bf commit 8f32f29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ endif
4444

4545
tempita = files('sklearn/_build_utils/tempita.py')
4646

47-
option('enable_custom_target', type: 'boolean', value: true, description: 'Enable custom target')
48-
4947
py = import('python').find_installation(pure: false)
5048

5149
# Copy all the .py files to the install dir, rather than using

meson_options.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
option('enable_custom_target', type: 'boolean', value: true, description: 'Enable custom target')

0 commit comments

Comments
 (0)