diff options
| author | Egor <egor.yusov@gmail.com> | 2019-11-28 05:31:26 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2019-11-28 05:31:26 +0000 |
| commit | 8c73bc24742a08548537cfb9e0d8c372c5bcabed (patch) | |
| tree | 07f924e8cdd71986232c0a41f2fe2d014c0059c7 /BuildTools/FormatValidation | |
| parent | Enabled format validation script stub on Linux (diff) | |
| download | DiligentTools-8c73bc24742a08548537cfb9e0d8c372c5bcabed.tar.gz DiligentTools-8c73bc24742a08548537cfb9e0d8c372c5bcabed.zip | |
Enabled format validation script stub on Mac
Diffstat (limited to 'BuildTools/FormatValidation')
| -rwxr-xr-x | BuildTools/FormatValidation/validate_format_mac.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildTools/FormatValidation/validate_format_mac.sh b/BuildTools/FormatValidation/validate_format_mac.sh new file mode 100755 index 0000000..2b2e1f4 --- /dev/null +++ b/BuildTools/FormatValidation/validate_format_mac.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Format validation is not yet enabled for DiligentTools module on MacOS" + |
