Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

libdir on windows #174

Open
shipengcheng1230 opened this issue Jul 25, 2019 · 1 comment
Open

libdir on windows #174

shipengcheng1230 opened this issue Jul 25, 2019 · 1 comment

Comments

@shipengcheng1230
Copy link

Hello, I just come across this code:

function libdir(prefix::Prefix, platform = platform_key_abi())
if Sys.iswindows(platform)
return joinpath(prefix, "bin")
else
return joinpath(prefix, "lib")
end
end

When I build Gmsh SDK on windows I notice the lib is not inside bin but just the same as non-windows. So perhaps here there are some exceptions?

Best,
Pengcheng

@hhaensel
Copy link
Contributor

lib and bin are normally placed in the same directory. For windows bin is attached, otherwise lib. That's the standard behaviour

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

No branches or pull requests

2 participants