nickva commented on code in PR #32:
URL: https://github.com/apache/couchdb-glazier/pull/32#discussion_r1586657681


##########
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:
   This is set by the msys2 install after chocolatey installs it. Here we're 
just making gcc.exe and ld.exe available to the build environment so when we 
`make` the `couch_quickjs` app we don't have to hard-code 
`c:\tools\...\gcc.exe` in there and can just use `gcc.exe ...`



-- 
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