You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
A recent merge of v0.10 into v0.12 added a new "build-release" rule to vcbuild.bat. v0.10 doesn't support ICU, but v0.12 does and the build-release should enable both small-icu and download-all in this branch.
The text was updated successfully, but these errors were encountered:
On Windows, when building the "build-release" rule, enable both small-icu
and download-all.
This change also slightly refactors the build-release rule, mainly so that
it's easier to read.
The resulting MSI package was tested on Windows 7.
Fixesnodejs#9099.
On Windows, when building the "build-release" rule, enable both small-icu
and download-all.
This change also slightly refactors the build-release rule, mainly so that
it's easier to read.
The resulting MSI package was tested on Windows 7.
Fixes#9099.
PR: #9100
PR-URL: #9100
Reviewed-By: Steven R. Loomis <srloomis@us.ibm.com>
Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
A recent merge of v0.10 into v0.12 added a new "build-release" rule to vcbuild.bat. v0.10 doesn't support ICU, but v0.12 does and the
build-release
should enable bothsmall-icu
anddownload-all
in this branch.The text was updated successfully, but these errors were encountered: