summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2023-04-23 21:24:33 +0100
committerEli Schwartz <eschwartz93@gmail.com>2023-05-05 12:23:52 -0400
commit6834224d72011489324c71b4f2b9c982562c0796 (patch)
tree5743289c5cdefc48aaf5a4f7c91f5fa0455ed91d
parentaa7bc2adf0f9db3c8fcb1a9a6b986473d2a585a5 (diff)
downloadmeson-6834224d72011489324c71b4f2b9c982562c0796.tar.gz
Fix `ERROR: no toolchain found` when run from unittests
[skip actions]
-rw-r--r--test cases/cython/2 generated sources/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/cython/2 generated sources/meson.build b/test cases/cython/2 generated sources/meson.build
index 4b0bf739f..d438d8091 100644
--- a/test cases/cython/2 generated sources/meson.build
+++ b/test cases/cython/2 generated sources/meson.build
@@ -1,6 +1,6 @@
project(
'generated cython sources',
- ['cython'],
+ ['cython', 'c'],
default_options : ['buildtype=release'],
)