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: