Skip to content

Commit

Permalink
build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzx committed Aug 4, 2019
1 parent 230e732 commit e6802f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ task buildProduct (dependsOn:build) {
tasks["linkEmmy.arch.exeX${arch}ReleaseExecutable"],
tasks["linkEmmy.tool.exeX${arch}ReleaseExecutable"],
tasks["linkEmmy.backend.dllX${arch}ReleaseSharedLibrary"],
tasks["linkEasyHookX${arch}ReleaseSharedLibrary"]
// tasks["linkEasyHookX${arch}ReleaseSharedLibrary"]
].each { link ->
copy {
from link.outputs
Expand Down

0 comments on commit e6802f7

Please sign in to comment.