From 5a592c753e4bbae13ee98ab41f341e6d85e747cd Mon Sep 17 00:00:00 2001 From: mio Date: Wed, 19 Jan 2022 22:32:00 +0100 Subject: [PATCH] Set s390x-softmmu to STATIC --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 055c3ca9..7f235f54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1053,7 +1053,7 @@ endif() endif() if (UNICORN_HAS_S390X) -add_library(s390x-softmmu +add_library(s390x-softmmu STATIC ${UNICORN_ARCH_COMMON} qemu/hw/s390x/s390-skeys.c