-
Notifications
You must be signed in to change notification settings - Fork 6
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
[10_2] migrate curl to lolly #58
Conversation
I think basic data type can't work well on windows. |
Also, clear comments are necessary to separate the different parts. |
Can't support curl for Windows platform. |
Kernel/Abstractions/basic.hpp
Outdated
typedef char QI; | ||
typedef unsigned char QN; | ||
typedef long long DI; | ||
typedef unsigned long long DN; |
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.
只针对某一个做判断即可 然后可以用else
xmake.lua
Outdated
@@ -72,6 +77,8 @@ target("liblolly") do | |||
|
|||
set_basename("lolly") | |||
|
|||
--- dependent packages | |||
add_packages("libcurl") |
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.
这里不需要筛选一下平台么?为什么?
No description provided.