-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[gts] Enables osx and android, fixes, cleanup. #34673
Conversation
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") | ||
set(patches fix-dllexport.patch) | ||
elseif(VCPKG_TARGET_IS_WINDOWS) | ||
set(patches fix-dllexport_2.patch fix_missing_extern.patch) |
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.
FTR the dll exports are handled by upstream's def file now.
ignition-common1:x64-linux=fail | ||
ignition-common1:x64-osx=fail |
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.
osx didn't build before this PR, and now suffers from the same problem as linux.
So it is not a regression, and fixing it is out of scope for this PR. (With gz-common5
, there is a working successor.)
|
* [gts] Move to official upstream sources * [gts] Rename src->SOURCE_PATH
WIP.
Blocking gz-common5.