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 88f98d8 commit cb381e9Copy full SHA for cb381e9
imgui-binding-natives/build.gradle
@@ -17,7 +17,7 @@ def fromDir = '../bin'
17
def libName = 'libimgui-java64.so'
18
19
switch (findProperty('deployType')) {
20
- case 'win':
+ case 'windows':
21
packageName = 'imgui-java-natives-windows'
22
packageDesc = 'Native binaries for imgui-java binding for Windows'
23
moduleName = 'imgui.natives.windows'
0 commit comments