From 47be0605a8bf2aec090322a0c604ebbf290206aa Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 27 Apr 2023 18:22:06 +0000 Subject: [PATCH] Ignore test when cross compiling --- tests/run-make/staticlib-dylib-linkage/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-make/staticlib-dylib-linkage/Makefile b/tests/run-make/staticlib-dylib-linkage/Makefile index 08e4fa5d3aae..a1e86a7ce4b6 100644 --- a/tests/run-make/staticlib-dylib-linkage/Makefile +++ b/tests/run-make/staticlib-dylib-linkage/Makefile @@ -1,5 +1,6 @@ include ../tools.mk +# ignore-cross-compile # ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain # ignore-wasm wasm doesn't support dynamic libraries