Skip to content

Commit f85aad2

Browse files
committed
bring back old generation order
1 parent a16cecf commit f85aad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ package class FFMSwift2JavaGenerator: Swift2JavaGenerator {
5252
}
5353

5454
func generate() throws {
55-
try writeExportedJavaSources()
5655
try writeSwiftThunkSources()
56+
try writeExportedJavaSources()
5757
}
5858
}
5959

0 commit comments

Comments
 (0)