mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Ladybird/Android: Use new capitalized name for main Ladybird shlib
This commit is contained in:
parent
4956514dfb
commit
a54baa2c34
Notes:
sideshowbarker
2024-07-17 18:13:59 +09:00
Author: https://github.com/ADKaster
Commit: a54baa2c34
Pull-request: https://github.com/SerenityOS/serenity/pull/21721
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class LadybirdActivity : AppCompatActivity() {
|
|||
companion object {
|
||||
// Used to load the 'ladybird' library on application startup.
|
||||
init {
|
||||
System.loadLibrary("ladybird")
|
||||
System.loadLibrary("Ladybird")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue