From 8e6535f13cabcda1b0b23f17d7e77b52516c13e2 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 9 Sep 2025 01:06:18 +0200 Subject: [PATCH] Fix of last checkin --- lib/std/core/cinterop.c3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/core/cinterop.c3 b/lib/std/core/cinterop.c3 index f20c6990f..d8a53b8bd 100644 --- a/lib/std/core/cinterop.c3 +++ b/lib/std/core/cinterop.c3 @@ -60,7 +60,7 @@ macro typeid unsigned_int_from_bitsize(usz $bitsize) @private $endswitch } -module std::core::cinterop @if(env::MACOS && env::AARCH64); +module std::core::cinterop @if(env::DARWIN && env::AARCH64); typedef CVaList = void*; macro CVaList.next(&self, $Type)