From 3093fa6d1798fe9b4446d3395a7126607e886f44 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 19 Mar 2024 11:15:24 -0400 Subject: [PATCH] GP-0: Formatting --- GPL/nativeBuildProperties.gradle | 3 ++- GhidraDocs/InstallationGuide.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GPL/nativeBuildProperties.gradle b/GPL/nativeBuildProperties.gradle index e349420335..a4cb4cb77b 100644 --- a/GPL/nativeBuildProperties.gradle +++ b/GPL/nativeBuildProperties.gradle @@ -56,7 +56,8 @@ model { gcc(Gcc) { if (isCurrentArm_64()) { target("freebsd_arm_64") - } else { + } + else { target("freebsd_x86_64") } } diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html index 75bfed9bfd..9e350bb59a 100644 --- a/GhidraDocs/InstallationGuide.html +++ b/GhidraDocs/InstallationGuide.html @@ -317,7 +317,7 @@ Ghidra release includes native binaries for the following platforms:

In order to build native binaries for your platform, you will need the following installed on your system: