Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: fix license builder to work with icu-small #7119

Merged
merged 1 commit into from
Jun 13, 2016

Commits on Jun 13, 2016

  1. tools: fix license builder to work with icu-small

    Currently the license builder is expecting the ICU package to be
    found at `deps/icu`. ICU is now included by default and found at
    `deps/icu-small`. This commit adds logic to find the license at the new
    location.
    
    This could likely be done in a more elegant way, but it works!
    
    PR-URL: nodejs#7119
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
    Myles Borins committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    5fd6d75 View commit details
    Browse the repository at this point in the history