mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-6126: Ghidra now builds on Windows on ARM (requires Gradle 9.2 or
later)
This commit is contained in:
@@ -77,6 +77,7 @@ model {
|
||||
//
|
||||
demangler_gnu_v2_41(NativeExecutableSpec) {
|
||||
targetPlatform "win_x86_64"
|
||||
targetPlatform "win_arm_64"
|
||||
targetPlatform "linux_x86_64"
|
||||
targetPlatform "linux_arm_64"
|
||||
targetPlatform "mac_x86_64"
|
||||
@@ -100,6 +101,7 @@ model {
|
||||
//
|
||||
demangler_gnu_v2_24(NativeExecutableSpec) {
|
||||
targetPlatform "win_x86_64"
|
||||
targetPlatform "win_arm_64"
|
||||
targetPlatform "linux_x86_64"
|
||||
targetPlatform "linux_arm_64"
|
||||
targetPlatform "mac_x86_64"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
project.ext.PLATFORMS = [
|
||||
[name: "win_x86_32", os: "windows", arch: "x86"],
|
||||
[name: "win_x86_64", os: "windows", arch: "x86_64"],
|
||||
[name: "win_arm_64", os: "windows", arch: "arm64"],
|
||||
[name: "linux_x86_64", os: "linux", arch: "x86_64"],
|
||||
[name: "linux_arm_64", os: "linux", arch: "arm64"],
|
||||
[name: "mac_x86_64", os: "osx", arch: "x86_64"],
|
||||
|
||||
Reference in New Issue
Block a user