From 058232a7bad2c24ae1aa45fcf8629763e20b8256 Mon Sep 17 00:00:00 2001 From: Dave Inglis Date: Thu, 25 Sep 2025 10:43:36 -0400 Subject: [PATCH] =?UTF-8?q?Enable=20the=20=E2=80=98blocks=E2=80=99=20langu?= =?UTF-8?q?age=20feature=20on=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec b/Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec index 994aeae5..159969be 100644 --- a/Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec +++ b/Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec @@ -37,6 +37,16 @@ SupportsMacOSXMinVersionFlag = No; SupportsIsysroot = No; Options = ( + { + Name = "ENABLE_BLOCKS"; + Type = Boolean; + DefaultValue = YES; + CommandLineArgs = { + YES = ("-fblocks"); + NO = (); + }; + Category = CodeGeneration; + }, ); }, {