Skip to content

Commit 6fdc080

Browse files
authored
fix linker output (#665)
1 parent c4a2934 commit 6fdc080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+SwiftThunkPrinting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ extension JNISwift2JavaGenerator {
151151
global:
152152
\(symbolLines)
153153
local: *;
154-
};"
154+
};
155155
"""
156156

157157
try contents.write(

0 commit comments

Comments
 (0)