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
> By default, the build scripts will create separate DLLs for vendored dependency libraries (e.g. `abseil`). However, if you want to bundle everything into a single DLL, pass `--single-lib`.
185
185
186
186
> [!NOTE]
187
-
> The native sourcebuild currently supports Linux, or Linux-like platforms.
188
-
> macOS and Windows are not handled, as we do not have access to these systems, and working over CI did not turn out feasible.
189
-
> You need to use the toolchained build on these platforms for now.
190
-
> Community help / pull requests to extend platform support would be appreciated.
187
+
> The native sourcebuild currently supports Linux (or similar).
188
+
> macOS and Windows are not handled, as we do not have access to these systems, and working over CI did not turn out feasible – use the toolchain-based build for now.
189
+
> Community help / pull requests to extend platform support would be welcome.
0 commit comments