4 lines
67 B
Batchfile
4 lines
67 B
Batchfile
@echo off
|
|
python "%~dp0rust_gnu_linker.py" %*
|
|
exit /b %errorlevel%
|
@echo off
|
|
python "%~dp0rust_gnu_linker.py" %*
|
|
exit /b %errorlevel%
|