Files
lightOps/scripts/rust-gnu-linker.cmd

4 lines
67 B
Batchfile

@echo off
python "%~dp0rust_gnu_linker.py" %*
exit /b %errorlevel%