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
As pointed out by @philbertyhere, we need to clean up the handling of extensions based on the system used. Therefore, .so and .a need to be acquired through a function call or a static variable whose behavior/value would change based on the environment.
The text was updated successfully, but these errors were encountered:
As pointed out by @philberty here, we need to clean up the handling of extensions based on the system used. Therefore,
.so
and.a
need to be acquired through a function call or a static variable whose behavior/value would change based on the environment.The text was updated successfully, but these errors were encountered: