-
Notifications
You must be signed in to change notification settings - Fork 36
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
cpprest for android #189
Comments
so sorry for the delay, there was some issue with github notifications. |
hi @alexxxgu |
Hi, it's just an Android profile from Conan article:
|
I am back on this one. it seems to be the problem that custom CFLAGS/CXXFLAGS/LDFLAGS are not applied for boost, I'll fix it soon. |
@alexxxgu despite of opened issues against conan and cpprestsdk, latest recipe builds fine for Android in my case. please check on your side. |
This issue has been automatically closed because there has been no response to our request for more information or feedback from the original author. With only the information that is currently in the issue, we don't have enough information to take further action. Please reach out if you have or find the answers we need so that we can investigate further. |
Hi, I'm trying to build cpprestsdk 2.10.1 & 2.9.1 using clang, standalone toochain, and conan profile.
include from CXXFLAGS= -fPIE -fPIC -I$standalone_toolchain/include/c++/4.9.x is missing
boost/1.66.0@conan/stable is ok.
The text was updated successfully, but these errors were encountered: