Skip to content

Commit

Permalink
Fix lua-https inclusion in Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Feb 16, 2024
1 parent da70c39 commit 9b45af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions love/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ android {
java {
srcDir 'src/jni/SDL2/android-project/app/src/main/java'
srcDir 'src/main/java'
srcDir 'src/jni/love/src/libraries/luahttps/src/android/java'
srcDirs += retrieveAll3pModules()
}
}
Expand Down
2 changes: 1 addition & 1 deletion love/src/jni/love
Submodule love updated 1 files
+4 −0 Android.mk

0 comments on commit 9b45af4

Please sign in to comment.