Skip to content

Conversation

@williamfzc
Copy link

@williamfzc williamfzc commented Jul 14, 2020

to fix #17

@letompouce
Copy link

The $SCRCPY_VER tag is used in order to download a binary that will be used as some kind of a cache.
You can notice that this binary is passed to the meson build as prebuilt_server=/scrcpy-server.

The git clone step, however, will download the latest code - i.e. from HEAD - and will compile that.
By passing $SCRCPY_VER to git clone, you end up cloning and building the exact same version than the binary that was just downloaded :-|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fatal error: KHR/khrplatform.h: No such file or directory

2 participants