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 b55625d commit 13d4fa2Copy full SHA for 13d4fa2
imgui-binding-natives/build.gradle
@@ -41,7 +41,7 @@ if (System.getProperty('deployWin32')) {
41
}
42
43
if (System.getProperty('freetype')) {
44
- packageName += 'ft'
+ packageName += '-ft'
45
packageDesc += 'with Freetype support'
46
libName = 'freetype/' + libName
47
0 commit comments