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 533e8df commit 09da8c4Copy full SHA for 09da8c4
imgui-binding-natives/build.gradle
@@ -29,7 +29,7 @@ switch (findProperty('deployType')) {
29
moduleName = 'imgui.natives.linux'
30
libName = 'libimgui-java64.so'
31
break
32
- case 'mac':
+ case 'macos':
33
packageName = 'imgui-java-natives-macos'
34
packageDesc = 'Native binaries for imgui-java binding for MacOS'
35
moduleName = 'imgui.natives.macos'
0 commit comments