-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
add cityhash/cci.20130801 #5769
add cityhash/cci.20130801 #5769
Conversation
This comment has been minimized.
This comment has been minimized.
@madebr Any idea on this issue? Compilation of |
Weird,
fails, but
succeeds. I think the problem is due to stacking the env = {
"CC": "cl -nologo",
"CXX": "cl -nologo",
"LD": "link -nologo",
"AR": "{} lib".format(tools.unix_path(self.deps_user_info["automake"].ar_lib)),
} I got it building. |
Great, thanks ! |
All green in build 4 (
|
* add cityhash/cci.20130801 * fix msvc build
Specify library name and version: lib/1.0
It fails with Visual Studio, there is some weird issue with source file path.
conan-center hook activated.