We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fc8b6 commit 4e7a668Copy full SHA for 4e7a668
ccdc/thirdparty/package.py
@@ -56,6 +56,8 @@ def ubuntu_version(self):
56
57
@property
58
def platform(self):
59
+ if sys.platform.startswith('linux'):
60
+ return 'linux'
61
if not self.use_distribution_in_base_name:
62
return sys.platform
63
if not self.linux:
0 commit comments