wohali commented on a change in pull request #2345: port to spidermonkey 60
URL: https://github.com/apache/couchdb/pull/2345#discussion_r359095196
 
 

 ##########
 File path: configure.ps1
 ##########
 @@ -175,12 +179,14 @@ with_fauxton = $BuildFauxton
 with_docs = $BuildDocs
 
 user = $CouchDBUser
+spidermonkey_version = $SpiderMonkeyVersion
 "@
 $InstallMk | Out-File "$rootdir\install.mk" -encoding ascii
 
 $lowercurl = "$WithCurl".ToLower()
 $ConfigERL = @"
 {with_curl, $lowercurl}.
+{spidermonkey_version, "$SpiderMonkeyVersion"}.
 
 Review comment:
   Thank you for doing both `configure` and `configure.ps1`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to