File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ extension FFMSwift2JavaGenerator {
189189 private static final boolean INITIALIZED_LIBS = initializeLibs();
190190 static boolean initializeLibs() {
191191 System.loadLibrary(SwiftLibraries.LIB_NAME_SWIFT_CORE);
192- System.loadLibrary(SwiftLibraries.LIB_NAME_SWIFT_JAVA_RUNTIME_SUPPORT );
192+ System.loadLibrary(SwiftLibraries.LIB_NAME_SWIFT_RUNTIME_FUNCTIONS );
193193 System.loadLibrary(LIB_NAME);
194194 return true;
195195 }
@@ -339,7 +339,7 @@ extension FFMSwift2JavaGenerator {
339339 private static SymbolLookup getSymbolLookup() {
340340 if (SwiftLibraries.AUTO_LOAD_LIBS) {
341341 System.loadLibrary(SwiftLibraries.LIB_NAME_SWIFT_CORE);
342- System.loadLibrary(SwiftLibraries.LIB_NAME_SWIFT_JAVA_RUNTIME_SUPPORT );
342+ System.loadLibrary(SwiftLibraries.LIB_NAME_SWIFT_RUNTIME_FUNCTIONS );
343343 System.loadLibrary(LIB_NAME);
344344 }
345345
You can’t perform that action at this time.
0 commit comments