Skip to content

Commit d36fd8d

Browse files
committed
loader: Use the static C++ runtime on android.
1 parent f680f8d commit d36fd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ android {
107107
versionCode = project.versionOpenXR.getVersionCode()
108108
externalNativeBuild {
109109
cmake {
110-
arguments "-DANDROID_STL=c++_shared",
110+
arguments "-DANDROID_STL=c++_static",
111111
"-DBUILD_API_LAYERS=OFF",
112112
"-DBUILD_TESTS=OFF",
113113
"-DBUILD_LOADER=ON",

0 commit comments

Comments
 (0)