Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[hololens] Linker input includes "simpleservo.dll.lib" which isn't generated by Servo build #23620
Labels
Comments
|
I see it in |
|
With the regular windows-msvc target, it's generated automatically under |
Did it work? |
|
Yes, adding the deps folder worked for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying a build with
--target x86_64-uwp-windows-msvc --libsimpleservoand I've adjusted the VS project paths appropriately. There's a simpleservo.dll in my target directory, but no lib file. Am I missing something?