We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad24d65 commit abb00aaCopy full SHA for abb00aa
imgui-binding-natives/build.gradle
@@ -26,13 +26,13 @@ if (System.getProperty('deployWin32')) {
26
libName = 'libimgui-java64.so'
27
} else if (System.getProperty('deployMacOs64')) {
28
packageName = 'imgui-java-natives-macos'
29
- packageDesc = 'Native binaries for imgui-java binding for 64bit MacOS'
+ packageDesc = 'Native binaries for imgui-java binding for MacOS'
30
libName = 'libimgui-java64.dylib'
31
}
32
33
if (System.getProperty('freetype')) {
34
packageName += '-ft'
35
- packageDesc += 'with Freetype support'
+ packageDesc += ' with Freetype support'
36
libName = 'freetype/' + libName
37
38
0 commit comments