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 b6bf413 commit 230e732Copy full SHA for 230e732
build.gradle
@@ -215,11 +215,11 @@ 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
222
- into "/build/x${arch}"
+ into "/build/product/x${arch}"
223
include "*.dll", "*.exe"
224
}
225
0 commit comments