summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distribution/src/common/ice.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/src/common/ice.gradle b/distribution/src/common/ice.gradle
index fcdbba1ddd6..15f65f81f4d 100644
--- a/distribution/src/common/ice.gradle
+++ b/distribution/src/common/ice.gradle
@@ -241,7 +241,7 @@ if (!android) {
def subdirs
if (isWindows) {
def thirdpartyhome = env['THIRDPARTY_HOME']
- if (thirdpartyhome == null || thirpartyhome.length() == 0) {
+ if (thirdpartyhome == null || thirdpartyhome.length() == 0) {
def progFiles
def arch1 = env['PROCESSOR_ARCHITECTURE']
def arch2 = env['PROCESSOR_ARCHITEW6432']