We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d8249 commit 6ba5527Copy full SHA for 6ba5527
1 file changed
installdepswin.py
@@ -27,7 +27,7 @@ def InstallwxWidgets (targetFolder, msBuildPath):
27
wxWidgetsFolderPath = os.path.join (targetFolder, wxWidgetsName)
28
wxWidgetsIncludeFolderPath = os.path.join (wxWidgetsFolderPath, 'include')
29
wxWidgetsLibFolderPath = os.path.join (wxWidgetsFolderPath, 'lib', 'vc_x64_lib')
30
- if not os.path.exists (wxWidgetsIncludeFolderPath) or not os.path.exists (wxWidgetsLibFolderPath):
+ if not os.path.exists (wxWidgetsFolderPath):
31
DownloadFile (wxWidgetsZipUrl, wxWidgetsZipPath)
32
UnzipFile (wxWidgetsZipPath, wxWidgetsFolderPath)
33
solutionPath = os.path.join (wxWidgetsFolderPath, 'build', 'msw', 'wx_vc15.sln')
0 commit comments