Skip to content

Commit 273f8fe

Browse files
committed
Fixed the android build with the new library name
1 parent 84e7433 commit 273f8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: android/app/src/main/java/pvallet/com/github/hello_sdl2/HelloSDL2Activity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected String[] getLibraries() {
1818
return new String[]{
1919
"SDL2",
2020
"SDL2_image",
21-
"main"
21+
"hello_sdl2"
2222
};
2323
}
2424
}

0 commit comments

Comments
 (0)