Skip to content

Commit 7f06e6e

Browse files
committed
drop 'cpp' from meson.build
1 parent e33d56b commit 7f06e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'mkl_umath',
3-
['c', 'cpp', 'cython'],
3+
['c', 'cython'],
44
version: run_command(
55
'python', '-c',
66
'import os; exec(open("mkl_umath/_version.py").read()); print(__version__)',

0 commit comments

Comments
 (0)