diff options
author | Jose <jose@zeroc.com> | 2018-07-11 17:20:06 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-07-11 17:21:16 +0200 |
commit | 273935d31608d39b171f33145677b5fa1b43b7a1 (patch) | |
tree | be5fc2fa184bebdb7b190aee240b5ba9f7224f7d /scripts/Component.py | |
parent | Fixed Linux build system to support building on Rhel/CentOS ARM platforms (diff) | |
download | ice-273935d31608d39b171f33145677b5fa1b43b7a1.tar.bz2 ice-273935d31608d39b171f33145677b5fa1b43b7a1.tar.xz ice-273935d31608d39b171f33145677b5fa1b43b7a1.zip |
Add support to build with PHP 7.2 on Windows
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index 786d8d32c51..0d40ad570ab 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -245,6 +245,7 @@ if isinstance(platform, Windows): Mapping.remove("ruby") if platform.getCompiler() != "VC140": Mapping.remove("python") + if platform.getCompiler() not in ["VC140", "VC141"]: Mapping.remove("php") elif not platform.hasDotNet(): # Remove C# if Dot Net Core isn't supported |