diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-18 12:42:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-18 12:42:34 +0200 |
commit | a32195ea33e3a9303f0bc08d45a718c079e73fc8 (patch) | |
tree | 3a1f70f9ee50122e0a4124744136869fb13fbe37 /lib-15u7-32 | |
parent | 90ac1a969dd34f0de0a4c684b04f710a0a6324c5 (diff) |
Add support for 15u7
Diffstat (limited to 'lib-15u7-32')
-rwxr-xr-x | lib-15u7-32 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-15u7-32 b/lib-15u7-32 new file mode 100755 index 0000000..0d34aea --- /dev/null +++ b/lib-15u7-32 @@ -0,0 +1,10 @@ +#! /usr/bin/env bash + +# The contents of these files are all identical; the information is carries by +# the file name which should be in the form <tool>-<version>-<target>. See +# msvc-dispatch for details. +# +src_exe="$(realpath ${BASH_SOURCE[0]})" +src_dir="$(dirname "$src_exe")" + +source "$src_dir/msvc-dispatch" |