File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,30 @@ project "protobuf"
433
433
434
434
-- configuration { "android_arm64_release" }
435
435
436
+ -- -------------------------------------------------------------
437
+ -- configuration { "android_x64_debug" }
438
+ -- -------------------------------------------------------------
439
+
440
+ -- common configuration settings
441
+
442
+ dofile (_BUILD_DIR .. " /static_android_x64_debug.lua" )
443
+
444
+ -- project specific configuration settings
445
+
446
+ -- configuration { "android_x64_debug" }
447
+
448
+ -- -------------------------------------------------------------
449
+ -- configuration { "android_x64_release" }
450
+ -- -------------------------------------------------------------
451
+
452
+ -- common configuration settings
453
+
454
+ dofile (_BUILD_DIR .. " /static_android_x64_release.lua" )
455
+
456
+ -- project specific configuration settings
457
+
458
+ -- configuration { "android_x64_release" }
459
+
436
460
-- -------------------------------------------------------------
437
461
end
438
462
You can’t perform that action at this time.
0 commit comments