修复 Android 版本编译出错问题,详细请看https://github.com/nicolastinkl/UUVPN/issues

修复 Android 版本编译出错问题,详细请看https://github.com/nicolastinkl/UUVPN/issues
This commit is contained in:
zeus
2025-07-18 14:27:58 +08:00
parent 3d946b66ab
commit 855b17c2ee
5 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -46,8 +46,9 @@ android {
externalNativeBuild {
cmake {
// 设置cmake版本
version = "3.31.6"
// version = "3.31.6" //macos下不需要指定 cmake 的版本信息
path = file("src/main/cpp/CMakeLists.txt")
}
}
}
@@ -5,7 +5,7 @@
* 当前编译core版本号
*/
#define GIT_VERSION _920e728_241219
#define GIT_VERSION
#define make_Str(x) #x
#define make_String(x) make_Str(x)