mirror of
https://github.com/corda/corda.git
synced 2025-04-14 14:37:22 +00:00
really disable building installer dist on OS X (#1547)
This commit is contained in:
parent
7961124bca
commit
90597e1736
2
node/dist/build.gradle
vendored
2
node/dist/build.gradle
vendored
@ -60,7 +60,7 @@ task copyLauncherLibs(type: Copy, dependsOn: [project(':launcher').jar]) {
|
||||
into "$buildDir/tmp/launcher-lib"
|
||||
}
|
||||
|
||||
if (Os.isFamily(Os.FAMILY_UNIX)) {
|
||||
if (Os.isFamily(Os.FAMILY_UNIX) && !Os.isFamily(Os.FAMILY_MAC)) {
|
||||
println("Detected *nix system, enabling distribution creation")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user