This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Revert "Update search pattern for src type #5136"

This reverts commit 9152c27.
  • Loading branch information...
Xinyu Hou
Xinyu Hou committed Dec 1, 2015
1 parent 6b67530 commit a68a01ca0f8f5a5226313063e824497f13bba5bc
Showing with 0 additions and 3 deletions.
  1. +0 −3 ext/toolchain/commands1.py
@@ -1471,9 +1471,6 @@ def getDistributePlatformInfo(self, type):
def getDistFilename(self, type):
pattern = self.getVersionForFilename()
- if (type == 'src'):
- pattern += '-Source'
-
for filename in os.listdir(self.getBinDir('Release')):
if re.search(pattern, filename):
return filename

0 comments on commit a68a01c

Please sign in to comment.