Fix Generation not compiling on Windows

This commit is contained in:
david-swift 2024-05-18 17:10:22 +02:00
parent 3ae7b0e93a
commit ecb58cdd5d

View File

@ -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.