Skip to content

Commit

Permalink
[Build] Fix maOS deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Dec 27, 2022
1 parent 533e8df commit 09da8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-binding-natives/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ switch (findProperty('deployType')) {
moduleName = 'imgui.natives.linux'
libName = 'libimgui-java64.so'
break
case 'mac':
case 'macos':
packageName = 'imgui-java-natives-macos'
packageDesc = 'Native binaries for imgui-java binding for MacOS'
moduleName = 'imgui.natives.macos'
Expand Down

0 comments on commit 09da8c4

Please sign in to comment.