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
I see that CLibraryPath is final in SubstrateOptions, is there a way to override it somewhere?
The use case is the following: for a library that has some native dependencies, in order to build a native image, the native dependencies need to be put on a path listed in CLibraryPath. Ideally, we would like to put these native libraries in a specific location, such as in a temporary directory, or somewhere under user's project folder, etc. However, this requires us to programmatically set CLibraryPath to add these locations. Is it possible to do something like this?
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
-
I see that
CLibraryPath
isfinal
inSubstrateOptions
, is there a way to override it somewhere?The use case is the following: for a library that has some native dependencies, in order to build a native image, the native dependencies need to be put on a path listed in
CLibraryPath
. Ideally, we would like to put these native libraries in a specific location, such as in a temporary directory, or somewhere under user's project folder, etc. However, this requires us to programmatically setCLibraryPath
to add these locations. Is it possible to do something like this?Beta Was this translation helpful? Give feedback.
All reactions