-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[qca]support linux-osx-static build #13964
[qca]support linux-osx-static build #13964
Conversation
Update from vcpkg
Update from vcpkg
merge from vcpkg
merge from vcpkg
update from vcpkg
merge from vcpkg
update from vcpkg
merge from vcpkg
merge from vcpkg
merge from vcpkg
The failure on osx:
|
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.
Could you please also update this
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/qca)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/qca/COPYING ${CURRENT_PACKAGES_DIR}/share/qca/copyright)
as
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
?
Related PR #13961 |
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Now this PR has been compiled. My PR already contains the content of PR #13961. @NancyLi1013 |
@longhuan2018 LGTM now. |
Upgrade qca library to 2.3.1
Make qca compile under linux and osx
Support qca static library compilation