0
0
Fork 0
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:
Jason Volk 2019-05-03 15:58:20 -07:00
parent 864f50da17
commit c6585f5114

View file

@ -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.