Skip to content

Commit

Permalink
Fix Generation not compiling on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed May 18, 2024
1 parent 3ae7b0e commit ecb58cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Generation/Generation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ecb58cd

Please sign in to comment.