Skip to content
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

MSVC / Windows confusion #1096

Open
diorcety opened this issue Jun 12, 2018 · 1 comment
Open

MSVC / Windows confusion #1096

diorcety opened this issue Jun 12, 2018 · 1 comment

Comments

@diorcety
Copy link

Here https://github.com/zeromq/zproject/blob/master/zproject_cmake.gsl#L281
It said that it is specific to Windows, but the if is related to MSVC.
The if is not correct it should be WIN32, because the issue also append with gcc or clang (using msys2 for example)
Which I'm confirm, the sources are not compiled with CZMQ_EXPORTS and DLL_EXPORT, so at the end the dll can't be created.

@sphaero
Copy link
Contributor

sphaero commented Jun 4, 2020

Is this still relevant? The line says:

for class where draft
.       if project.use_cxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants