about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-04-27 18:22:06 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-04-27 18:22:06 +0000
commit47be0605a8bf2aec090322a0c604ebbf290206aa (patch)
tree69a4ba28a8d065a27bc7a03fb5feed2e4398db91
parent2a3ef11e3b21d6b16b50cac5198c0ba6d70f954e (diff)
downloadrust-47be0605a8bf2aec090322a0c604ebbf290206aa.tar.gz
rust-47be0605a8bf2aec090322a0c604ebbf290206aa.zip
Ignore test when cross compiling
-rw-r--r--tests/run-make/staticlib-dylib-linkage/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/staticlib-dylib-linkage/Makefile b/tests/run-make/staticlib-dylib-linkage/Makefile
index 08e4fa5d3aa..a1e86a7ce4b 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