Fixing typo in usage.gradle (#471).

This commit is contained in:
Ryan Kurtz 2019-05-10 08:52:13 -04:00
parent 42e863e15c
commit 0b4c301f56

View File

@ -27,9 +27,9 @@ Primary gradle tasks for Ghidra
appropriate os dirs)
Task rules:
buildNative_[platform] builds the native executables and libraries for the
buildNatives_[platform] builds the native executables and libraries for the
specified platform (win64, linux64, osx64, etc.) [nativeProject.gradle]
prebuildNative_[platform] builds the native executables and libraries for the
prebuildNatives_[platform] builds the native executables and libraries for the
specified platform and copies results to bin repo. [nativeProject.gradle]
"""