diff options
Diffstat (limited to 'test cases/rust/4 polyglot/meson.build')
| -rw-r--r-- | test cases/rust/4 polyglot/meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test cases/rust/4 polyglot/meson.build b/test cases/rust/4 polyglot/meson.build index b2fd8f913..97b7bcdb7 100644 --- a/test cases/rust/4 polyglot/meson.build +++ b/test cases/rust/4 polyglot/meson.build @@ -1,9 +1,5 @@ project('rust and c polyglot executable', 'c', 'rust') -if host_machine.system() == 'darwin' - error('MESON_SKIP_TEST: does not work right on macos, please fix!') -endif - cc = meson.get_compiler('c') # Test all combinations of crate and target types. |
