about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-07 20:58:27 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-07 20:58:27 +0000
commit04e580fcc50f54bc49a44dbf9ef386f88b41a291 (patch)
tree17a2eacc16e7d7df85807bb7446321b457d8d0d3 /example
parenta005ccdc4e431d6b351de291318a1855907eb72f (diff)
Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-2025-02-07
Diffstat (limited to 'example')
-rw-r--r--example/mini_core_hello_world.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs
index e47431e0f87..09d5b73fd3d 100644
--- a/example/mini_core_hello_world.rs
+++ b/example/mini_core_hello_world.rs
@@ -274,7 +274,7 @@ fn main() {
 
     assert_eq!(((|()| 42u8) as fn(()) -> u8)(()), 42);
 
-    #[cfg(not(any(jit, windows)))]
+    #[cfg(not(any(jit, target_vendor = "apple", windows)))]
     {
         extern "C" {
             #[linkage = "extern_weak"]