mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix(java): bundle mac binaries too
This commit is contained in:
parent
f6ee2f0806
commit
7d6b14fe7a
1 changed files with 1 additions and 0 deletions
1
dist/java/build.gradle
vendored
1
dist/java/build.gradle
vendored
|
@ -42,6 +42,7 @@ processResources {
|
||||||
from(rustDir) {
|
from(rustDir) {
|
||||||
include('*.dll')
|
include('*.dll')
|
||||||
include('*.so')
|
include('*.so')
|
||||||
|
include('*dylib')
|
||||||
into('natives/')
|
into('natives/')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue