mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
8 lines
228 B
Bash
Executable File
8 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
patch \
|
|
--forward \
|
|
-r - \
|
|
third_party/nearby/internal/platform/implementation/windows/generated/winrt/base.h \
|
|
third_party/nearby/internal/platform/implementation/windows/generated/base-no-coroutines.patch
|