Merge pull request #1255 from MeFisto94/fix-bullet-natives

Fixes Bullet-Native Artifacts not containing natives when not building from cpp source and not using the build target.
This commit is contained in:
MeFisto94 2020-01-13 15:56:48 +01:00 committed by GitHub
commit 933b0912e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,14 +206,12 @@ if(skipPrebuildLibraries!="true"&&buildNativeProjects!="true"){
}
}
}
build.dependsOn extractPrebuiltNatives
assemble.dependsOn extractPrebuiltNatives
}
}
//class IncrementalReverseTask extends DefaultTask {
// @InputDirectory
// def File inputDir