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-12 16:55:06 +01:00 committed by Paul Speed
parent 2e30b24438
commit 17fbedd5fe

View File

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