Fix gif build on Windows (#4489)
Using a genrule to remove "#include<unistd.h>" makes the build successful. Ideally, we want the include could be configurable, but that's not true in the source code yet.
Loading
Please sign in to comment
Using a genrule to remove "#include<unistd.h>" makes the build successful. Ideally, we want the include could be configurable, but that's not true in the source code yet.