diff --git a/msvc_build_libraries.py b/msvc_build_libraries.py index f62064f05..f1c1480d1 100755 --- a/msvc_build_libraries.py +++ b/msvc_build_libraries.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# Script based on https://gist.github.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977 +# by Mārtiņš Možeiko. +# Changes and additions to the gist are licensed under the CC0 License. + import platform import io import os