diff options
Diffstat (limited to 'xmake/languages/objc++/xmake.lua')
| -rwxr-xr-x | xmake/languages/objc++/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/languages/objc++/xmake.lua b/xmake/languages/objc++/xmake.lua index 0919a8d7c..e94dd97ab 100755 --- a/xmake/languages/objc++/xmake.lua +++ b/xmake/languages/objc++/xmake.lua @@ -113,6 +113,10 @@ language("objc++") , {nil, "mxxflags", "kv", nil, "The Objc++ Compiler Flags" } , {} + , {nil, "ld", "kv", nil, "The Linker" } + , {nil, "ldflags", "kv", nil, "The Binary Linker Flags" } + + , {} , {nil, "ar", "kv", nil, "The Static Library Linker" } , {nil, "arflags", "kv", nil, "The Static Library Linker Flags" } |
