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; + }, ); }, {