diff --git a/shared/parser.go b/shared/parser.go index 5b691fa..3084adb 100644 --- a/shared/parser.go +++ b/shared/parser.go @@ -403,7 +403,7 @@ func Parse(argList []string) ParserResult { {`^.+\.dylib(\.\d)+$`, flagInfo{0, pr.objectFileCallback}}, {`^.+\.(So|so)(\.\d)+$`, flagInfo{0, pr.objectFileCallback}}, - {`^--target=.+$`, flagInfo{0, pr.compileLinkUnaryCallback}}, + {`^--target=.+$`, flagInfo{0, pr.compileLinkUnaryCallback}}, } for len(argList) > 0 {