Skip to content

Commit 13d4fa2

Browse files
committed
[Build] Fix freetype lib suffix
1 parent b55625d commit 13d4fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-binding-natives/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (System.getProperty('deployWin32')) {
4141
}
4242

4343
if (System.getProperty('freetype')) {
44-
packageName += 'ft'
44+
packageName += '-ft'
4545
packageDesc += 'with Freetype support'
4646
libName = 'freetype/' + libName
4747
}

0 commit comments

Comments
 (0)