Skip to content

Commit abb00aa

Browse files
committed
[Build] Fix wording for imgui-java-natives
1 parent ad24d65 commit abb00aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imgui-binding-natives/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ if (System.getProperty('deployWin32')) {
2626
libName = 'libimgui-java64.so'
2727
} else if (System.getProperty('deployMacOs64')) {
2828
packageName = 'imgui-java-natives-macos'
29-
packageDesc = 'Native binaries for imgui-java binding for 64bit MacOS'
29+
packageDesc = 'Native binaries for imgui-java binding for MacOS'
3030
libName = 'libimgui-java64.dylib'
3131
}
3232

3333
if (System.getProperty('freetype')) {
3434
packageName += '-ft'
35-
packageDesc += 'with Freetype support'
35+
packageDesc += ' with Freetype support'
3636
libName = 'freetype/' + libName
3737
}
3838

0 commit comments

Comments
 (0)