0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02: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
{
load_mode::rtld_local |
load_mode::rtld_now
load_mode::rtld_global |
load_mode::rtld_deepbind
};
// Search for loaded module and increment the reference counter for this handle if loaded.