summaryrefslogtreecommitdiff
path: root/win32/pc_base.py
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-01-20 18:10:14 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-01-20 18:10:14 +0800
commitf4cbd27f4e5bf8490ea411190d41813e14f12165 (patch)
tree75bc7b7e010fc266cf9abdae3e15b70daa358696 /win32/pc_base.py
parentec025d2b1646505549a3c806101a364c011e365b (diff)
downloadpango-f4cbd27f4e5bf8490ea411190d41813e14f12165.tar.gz
Visual Studio builds: Fix project file move to win32/
Some more paths in auxillary scripts and NMake Makefiles need to be updated as well...
Diffstat (limited to 'win32/pc_base.py')
-rw-r--r--win32/pc_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/pc_base.py b/win32/pc_base.py
index 587ba83d..285b6cdd 100644
--- a/win32/pc_base.py
+++ b/win32/pc_base.py
@@ -23,7 +23,7 @@ class BasePCItems:
self.libdir = ''
self.prefix = ''
self.srcdir = os.path.dirname(__file__)
- self.top_srcdir = self.srcdir + '\\..\\..'
+ self.top_srcdir = self.srcdir + '\\..'
self.version = ''
def setup(self, argv, parser=None):