diff --git a/GPL/nativeBuildProperties.gradle b/GPL/nativeBuildProperties.gradle index f289ca112d..9c26afd827 100644 --- a/GPL/nativeBuildProperties.gradle +++ b/GPL/nativeBuildProperties.gradle @@ -51,7 +51,7 @@ task CheckToolChain { if (org.gradle.internal.os.OperatingSystem.current().isWindows()) { // ensure that required MS Visual Studio is installed where expected String msg = "Microsoft Visual Studio install not found: ${VISUAL_STUDIO_BASE_DIR}\n" + - "Adjust path in Ghidra/GPL/nativeBuildProperties.gradle if needed." + "Adjust path in Ghidra/GPL/vsconfig.gradle if needed." if (!file(VISUAL_STUDIO_BASE_DIR).exists() || !file(VISUAL_STUDIO_INSTALL_DIR).exists()) { throw new GradleException(msg); }