big-r81 commented on code in PR #32:
URL: https://github.com/apache/couchdb-glazier/pull/32#discussion_r1586646945


##########
bin/shell.ps1:
##########
@@ -33,6 +33,7 @@ $env:PATH += ";${elxInstallPath}\bin"
 $env:PATH += ";${vcpkgBase}\bin"
 $env:PATH += ";C:\Program Files (x86)\WiX Toolset v3.11\bin"
 $env:PATH += ";C:\tools\${java11Build}\bin"
+$env:PATH += ";C:\tools\msys64\ucrt64\bin"

Review Comment:
   Short question, where is this path set?



##########
bin/install_dependencies.ps1:
##########
@@ -34,6 +36,11 @@ if (Test-Path($ChocolateyProfile)) {
 }
 refreshenv
 
+Write-Output " ***** Seting up MSYS ******* "

Review Comment:
   Small typo, should be `Setting`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to