google / jsinterop-base

Utilities for GWT and J2CL to interact with JavaScript beyond JsInterop
Apache License 2.0
67 stars 16 forks source link

Fix build on macOS which was broken since sed doesn't support in-place #17

Closed johnthuss closed 3 years ago

johnthuss commented 3 years ago

Fix build on macOS which was broken since sed doesn't support in-place editing of sym links

See issue #16

Using perl seems to have better cross-platform support.

gkdn commented 3 years ago

Thanks!