From ecb58cdd5db297eb6012d04daa57a111b224c6e6 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 18 May 2024 17:10:22 +0200 Subject: [PATCH] Fix Generation not compiling on Windows --- Sources/Generation/Generation.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Generation/Generation.swift b/Sources/Generation/Generation.swift index 98252c6..60e3577 100644 --- a/Sources/Generation/Generation.swift +++ b/Sources/Generation/Generation.swift @@ -8,8 +8,9 @@ import Foundation import GenerationLibrary +try Generation.main() + /// A type containing the generation function for the plugin. -@main public enum Generation { /// Generate the Swift code for the plugin.