mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: silently add "lib" prefix and ".so" suffix for dlOpen'ed libraries
- reduces some dictionary clutter and probably looks less confusing than having an ending that may not correspond to the current OS. Eg, "fvOptions" instead of "libfvOptions.so", "libfvOptions.dylib" ... - convenience dlOpen method for multiple files
This commit is contained in:
committed by
Andrew Heather
parent
d9cefeff99
commit
882d7310d1
@ -3,7 +3,7 @@
|
||||
system
|
||||
{
|
||||
type systemCall;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
libs ("utilityFunctionObjects");
|
||||
|
||||
// Execute on the master process only
|
||||
master true;
|
||||
|
||||
Reference in New Issue
Block a user