mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
Use proper environment.Path
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
This commit is contained in:
@@ -926,7 +926,7 @@ task pocoDoc(type: Exec) {
|
||||
dependsOn ':PocoDoc::assemble'
|
||||
dependsOn PocoDocIni
|
||||
if (os.windows) {
|
||||
environment "Path", "$rootDir\\bin;$Path"
|
||||
environment "Path", "$rootDir\\bin;$environment.Path"
|
||||
println environment.Path
|
||||
|
||||
executable "PocoDoc/bin/PocoDoc.exe"
|
||||
|
||||
Reference in New Issue
Block a user