We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not entirely sure about this, but I think the static/dynamic linking configuration is not working:
I see that there's a staticLinking configuration in
staticLinking
sn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgNativeConfig.scala
Line 6 in 96d2ef2
false
On top of that, I see that in
sn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgBootstrap.scala
Line 71 in 96d2ef2
Linking.Static
Linking.Dynamic
sn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/Configuration.scala
Lines 44 to 48 in 96d2ef2
So, IIUC, currently on Windows the linking is always static (which matches what I'm seeing) and in Linux/MacOS uses the default?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not entirely sure about this, but I think the static/dynamic linking configuration is not working:
I see that there's a
staticLinking
configuration insn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgNativeConfig.scala
Line 6 in 96d2ef2
false
, but it doesn't seem to be used anywhere?On top of that, I see that in
sn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/VcpkgBootstrap.scala
Line 71 in 96d2ef2
Linking.Static
and I don't see any reference toLinking.Dynamic
in the code other thansn-vcpkg/modules/core/src/main/scala/com/indoorvivants/vcpkg/Configuration.scala
Lines 44 to 48 in 96d2ef2
So, IIUC, currently on Windows the linking is always static (which matches what I'm seeing) and in Linux/MacOS uses the default?
The text was updated successfully, but these errors were encountered: