Fix `ERROR: no toolchain found` when run from unittests

[skip actions]
pull/11774/head
Ralf Gommers 2 years ago committed by Eli Schwartz
parent aa7bc2adf0
commit 6834224d72
  1. 2
      test cases/cython/2 generated sources/meson.build

@ -1,6 +1,6 @@
project( project(
'generated cython sources', 'generated cython sources',
['cython'], ['cython', 'c'],
default_options : ['buildtype=release'], default_options : ['buildtype=release'],
) )

Loading…
Cancel
Save