Skip to content

Commit 998d37e

Browse files
committed
Disable building of X11 libs
1 parent 39df1b8 commit 998d37e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ android {
1616

1717
externalNativeBuild {
1818
cmake {
19+
arguments "-DGLFW_BUILD_X11=OFF"
1920
cppFlags "-std=c++17 -fexceptions -frtti"
2021
abiFilters 'arm64-v8a' // Only ARM64
2122
}

0 commit comments

Comments
 (0)