early-access version 1432
This commit is contained in:
9
externals/ffmpeg/compat/windows/mslink
vendored
Executable file
9
externals/ffmpeg/compat/windows/mslink
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
LINK_EXE_PATH=$(dirname "$(command -v cl)")/link
|
||||
if [ -x "$LINK_EXE_PATH" ]; then
|
||||
"$LINK_EXE_PATH" $@
|
||||
else
|
||||
link.exe $@
|
||||
fi
|
||||
exit $?
|
Reference in New Issue
Block a user