|
1 | | -From 3bc5a526cca2674b04e88b077bd6bd4a42c78bab Mon Sep 17 00:00:00 2001 |
| 1 | +From 48cc906aa668d9e022f05900e92fd9499dbb4781 Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Nehal J Wani <nehaljw.kkd1@gmail.com> |
3 | 3 | Date: Sat, 24 Nov 2018 20:38:02 -0600 |
4 | | -Subject: [PATCH 09/24] Unvendor openssl |
| 4 | +Subject: [PATCH 09/25] Unvendor openssl |
5 | 5 |
|
6 | 6 | Co-authored-by: Isuru Fernando <isuruf@gmail.com> |
7 | 7 | --- |
@@ -146,17 +146,17 @@ index 0da6f67495..17eee400eb 100644 |
146 | 146 | <Target Name="CleanAll"> |
147 | 147 | <Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" /> |
148 | 148 | diff --git a/PCbuild/python.props b/PCbuild/python.props |
149 | | -index 320d41f4cc..512104969e 100644 |
| 149 | +index 57360e57ba..f1ecc5bfcd 100644 |
150 | 150 | --- a/PCbuild/python.props |
151 | 151 | +++ b/PCbuild/python.props |
152 | | -@@ -59,6 +59,7 @@ |
153 | | - |
154 | | - <!-- Directories of external projects. tcltk is handled in tcltk.props --> |
155 | | - <ExternalsDir>$(EXTERNALS_DIR)</ExternalsDir> |
| 152 | +@@ -61,6 +61,7 @@ |
| 153 | + <!-- Directories of external projects. tcltk is handled in tcltk.props --> |
| 154 | + <PropertyGroup> |
| 155 | + <ExternalsDir Condition="$(ExternalsDir) == ''">$(EXTERNALS_DIR)</ExternalsDir> |
156 | 156 | + <condaDir>$(LIBRARY_PREFIX)\</condaDir> |
157 | 157 | <ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir> |
158 | 158 | <ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir> |
159 | | - <sqlite3Dir>$(ExternalsDir)sqlite-3.39.4.0\</sqlite3Dir> |
| 159 | + </PropertyGroup> |
160 | 160 | diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj |
161 | 161 | index d07db3a681..5f2356cb36 100644 |
162 | 162 | --- a/PCbuild/python.vcxproj |
|
0 commit comments