From dcb0eb828b18502136dd8f7544c8bdcfc735fbe5 Mon Sep 17 00:00:00 2001 From: Leptos Date: Tue, 21 Jan 2025 21:52:24 -0800 Subject: [PATCH] [rootless] Do not use libroot when targeting the simulator --- rootless.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootless.h b/rootless.h index 3c6a2fb..0fa50e3 100644 --- a/rootless.h +++ b/rootless.h @@ -1,6 +1,6 @@ #include -#if TARGET_OS_IPHONE +#if TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR #include