Skip to content

Commit 09da8c4

Browse files
committed
[Build] Fix maOS deploy
1 parent 533e8df commit 09da8c4

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
@@ -29,7 +29,7 @@ switch (findProperty('deployType')) {
2929
moduleName = 'imgui.natives.linux'
3030
libName = 'libimgui-java64.so'
3131
break
32-
case 'mac':
32+
case 'macos':
3333
packageName = 'imgui-java-natives-macos'
3434
packageDesc = 'Native binaries for imgui-java binding for MacOS'
3535
moduleName = 'imgui.natives.macos'

0 commit comments

Comments
 (0)