mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-01 01:25:38 +03:00
Don't build 'hooker' libraries by default
This commit is contained in:
parent
01f3fdf787
commit
60b40a687c
@ -321,10 +321,11 @@ model {
|
|||||||
|
|
||||||
task buildRelease {
|
task buildRelease {
|
||||||
dependsOn binaries.withType(SharedLibraryBinarySpec).matching { SharedLibraryBinarySpec blib ->
|
dependsOn binaries.withType(SharedLibraryBinarySpec).matching { SharedLibraryBinarySpec blib ->
|
||||||
blib.buildable && blib.buildType.name == 'release'
|
blib.buildable && blib.buildType.name == 'release' && !blib.name.contains('Rehlds_hooker_engine')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
task prepareDevEnvTests {
|
task prepareDevEnvTests {
|
||||||
def rehldsTests = new File(project.projectDir, '_dev/testDemos')
|
def rehldsTests = new File(project.projectDir, '_dev/testDemos')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user