You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the directory in which a dependency was found? Eg if I have someLibDep = dependency('someLib', required:true) I want to find the directory in which someLib was found. This would be useful because, when packaging an app on Windows and Mac, you typically need to ship some or all of the shared libraries that you depend on. Since Meson must have this info, it would be nice to be able to export it for use by the packaging scripts.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get the directory in which a dependency was found? Eg if I have
someLibDep = dependency('someLib', required:true)
I want to find the directory in whichsomeLib
was found. This would be useful because, when packaging an app on Windows and Mac, you typically need to ship some or all of the shared libraries that you depend on. Since Meson must have this info, it would be nice to be able to export it for use by the packaging scripts.Beta Was this translation helpful? Give feedback.
All reactions