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

Fix building on Windows in next #6535

Closed
wants to merge 6 commits into from
Closed

Fix building on Windows in next #6535

wants to merge 6 commits into from

Conversation

srh
Copy link
Contributor

@srh srh commented Nov 5, 2017

Description

This fixes building on Windows.

Some things broke from the recent ticks_t refactor, and also the removal of the ICU dependency made us mistakenly not link against ICU's libraries (which we should do because v8 still uses them).

Previously, our dependency on ICU was removed -- that means
RethinkDB's codebase no longer used ICU.  However, it still uses
v8 which uses ICU.  This undoes the removal of icui18n.lib and
icuuc.lib from linkage.
@srh srh added this to the 2.5 milestone Nov 5, 2017
@srh srh closed this Nov 5, 2017
@srh
Copy link
Contributor Author

srh commented Nov 5, 2017

In next as of b930548.

@srh srh deleted the sam/winbuild branch December 26, 2017 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant