Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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