Skip to content

testsuite: skip objc-hi/objcxx-hi when cross compiling

Cheng Shao requested to merge wip/fix-macos-wasm into master

objc-hi/objcxx-hi should be skipped when cross compiling. The existing opsys('darwin') predicate only asserts the host system is darwin but tells us nothing about the target, hence the oversight.

Merge request reports