From 789f8224373f361f98ab7545ee53cc9bb74bec70 Mon Sep 17 00:00:00 2001 From: MKI <70071615+mikaib@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:07:59 +0200 Subject: [PATCH] add HXCPP_X86_64 define --- docs/build_xml/Defines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/build_xml/Defines.md b/docs/build_xml/Defines.md index 8308e2417..c5e501283 100755 --- a/docs/build_xml/Defines.md +++ b/docs/build_xml/Defines.md @@ -71,7 +71,8 @@ Defines affecting target architecture. | *HXCPP_ANDROID_PLATFORM* | Specify the android platform for NDK compilation | | *ANDROID_NDK_ROOT* | Specify the location of the android NDK toolchain | | *ANDROID_NDK_DIR* | Specify the search location for finding the android NDK toolchain | -| *HXCPP_X86* | Compile android for x86 architecture | +| *HXCPP_X86* | Compile android for x86 architecture (32-bit) | +| *HXCPP_X86_64* | Compile android for x86 architecture (64-bit) | | *iphoneos* | Compile for iphone iOS | | *iphonesim* | Compile for iphone simulator | | *appletvos* | Compile for apple tvOS |