Skip to content

Commit 7c8e1f1

Browse files
committed
android: Add x64 configurations
1 parent 8a7ac3d commit 7c8e1f1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

protobuf.lua

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,30 @@ project "protobuf"
433433

434434
-- configuration { "android_arm64_release" }
435435

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+
436460
-- -------------------------------------------------------------
437461
end
438462

0 commit comments

Comments
 (0)