Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/build_xml/Defines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down