-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge static libs and bump version 2.2-3 #8
Conversation
Co-authored-by: Gold856 <[email protected]>
Co-authored-by: Gold856 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#9 will be changing how the x86 Windows libraries are built to match ARM Windows. As far I can tell, the only changes you need to make are including libf2c into the base inputFiles array and using gflags_static
and gflags_static_debug
instead of just gflags
and gflags_debug
.
Also, consider specifying the file extension when you iterate over inputFiles instead of specifying it for all the individual libraries. I think it's more readable with less file extensions.
Co-authored-by: Gold856 <[email protected]>
are |
WPIcal had linker errors related to the Ceres dependency.