Skip to content

fix(#17): src should sync with tag#18

Open
williamfzc wants to merge 2 commits intopierlon:masterfrom
williamfzc:master
Open

fix(#17): src should sync with tag#18
williamfzc wants to merge 2 commits intopierlon:masterfrom
williamfzc:master

Conversation

@williamfzc
Copy link
Copy Markdown

@williamfzc williamfzc commented Jul 14, 2020

to fix #17

@letompouce
Copy link
Copy Markdown

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