We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230e732 commit e6802f7Copy full SHA for e6802f7
build.gradle
@@ -215,7 +215,7 @@ task buildProduct (dependsOn:build) {
215
tasks["linkEmmy.arch.exeX${arch}ReleaseExecutable"],
216
tasks["linkEmmy.tool.exeX${arch}ReleaseExecutable"],
217
tasks["linkEmmy.backend.dllX${arch}ReleaseSharedLibrary"],
218
- tasks["linkEasyHookX${arch}ReleaseSharedLibrary"]
+ // tasks["linkEasyHookX${arch}ReleaseSharedLibrary"]
219
].each { link ->
220
copy {
221
from link.outputs
0 commit comments