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.
fix-openal-soft-deadlink
MeFisto94 5 years ago committed by GitHub
commit 933b0912e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build.gradle

@ -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

Loading…
Cancel
Save