Rust: add windows tools

This commit is contained in:
Paolo Tranquilli
2024-09-17 11:22:32 +02:00
parent 6618906380
commit afb9ffa50e
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
@echo off
type NUL && "%CODEQL_EXTRACTOR_RUST_ROOT%\tools\%CODEQL_PLATFORM%\extractor" @"%1"
exit /b %ERRORLEVEL%