mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
Fix PATH
This commit is contained in:
parent
5846a083b9
commit
95832355ff
@ -39,7 +39,6 @@ model {
|
||||
testSuites {
|
||||
CryptoTestSuite(org.gradle.nativeplatform.test.cppunit.CppUnitTestSuiteSpec) {
|
||||
testing $.components.TestSuite
|
||||
/*
|
||||
binaries.all {
|
||||
String PATH = tasks.run.environment.get("Path")
|
||||
if (targetPlatform.name.equals("win32")) {
|
||||
@ -52,7 +51,6 @@ model {
|
||||
}
|
||||
tasks.run.environment "Path", PATH
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
binaries {
|
||||
|
Loading…
x
Reference in New Issue
Block a user