mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Address review.
This commit is contained in:
committed by
GitHub
parent
bf0e32ae82
commit
40503aa368
@@ -1,10 +1,7 @@
|
||||
function RegisterExtractorPack()
|
||||
local extractor = GetPlatformToolsDirectory() ..
|
||||
'Semmle.Extraction.CSharp.Driver'
|
||||
if OperatingSystem == 'windows' then
|
||||
extractor = GetPlatformToolsDirectory() ..
|
||||
'Semmle.Extraction.CSharp.Driver.exe'
|
||||
end
|
||||
if OperatingSystem == 'windows' then extractor = extractor .. '.exe' end
|
||||
local windowsMatchers = {
|
||||
CreatePatternMatcher({'^dotnet%.exe$'}, MatchCompilerName, extractor,
|
||||
{prepend = {'--dotnetexec', '--cil'}}),
|
||||
|
||||
Reference in New Issue
Block a user