mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 06:48:41 +00:00
map GNU lib extension
This commit is contained in:
committed by
Ryan Fleury
parent
765b61152d
commit
4daefad31e
@@ -119,6 +119,7 @@ global read_only struct
|
|||||||
{ "obj", LNK_Input_Obj },
|
{ "obj", LNK_Input_Obj },
|
||||||
{ "lib", LNK_Input_Lib },
|
{ "lib", LNK_Input_Lib },
|
||||||
{ "rlib", LNK_Input_Lib }, // rust libs
|
{ "rlib", LNK_Input_Lib }, // rust libs
|
||||||
|
{ "a", LNK_Input_Lib }, // GNU lib
|
||||||
{ "res", LNK_Input_Res },
|
{ "res", LNK_Input_Res },
|
||||||
{ "rrt", LNK_Input_RRT },
|
{ "rrt", LNK_Input_RRT },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user