Skip to content

Commit

Permalink
Try Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-semyonov committed Sep 5, 2024
1 parent 2792c7e commit babfa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/Generator/MethodGen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func methodGen (_ p: Printer, method: MethodDefinition, className: String, cdef:
// We can modularize this by creating functions that generate the return type and return
// statements.

#if os(Windows)
#if os(Windows) && LEGACY_MARSHALING
// Workaround for: https://github.com/migueldeicaza/SwiftGodot/issues/299
builder.setup = "#if false\n\n"
#else
Expand Down

0 comments on commit babfa08

Please sign in to comment.