mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
Global deepbind module strategy.
This commit is contained in:
parent
864f50da17
commit
c6585f5114
1 changed files with 2 additions and 2 deletions
|
@ -850,8 +850,8 @@ try
|
||||||
{
|
{
|
||||||
static const load_mode::type flags
|
static const load_mode::type flags
|
||||||
{
|
{
|
||||||
load_mode::rtld_local |
|
load_mode::rtld_global |
|
||||||
load_mode::rtld_now
|
load_mode::rtld_deepbind
|
||||||
};
|
};
|
||||||
|
|
||||||
// Search for loaded module and increment the reference counter for this handle if loaded.
|
// Search for loaded module and increment the reference counter for this handle if loaded.
|
||||||
|
|
Loading…
Reference in a new issue