Skip to content

Commit 4e7a668

Browse files
committed
Use "linux" in archive name (BLD-6874)
1 parent 89fc8b6 commit 4e7a668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ccdc/thirdparty/package.py

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def ubuntu_version(self):
5656

5757
@property
5858
def platform(self):
59+
if sys.platform.startswith('linux'):
60+
return 'linux'
5961
if not self.use_distribution_in_base_name:
6062
return sys.platform
6163
if not self.linux:

0 commit comments

Comments
 (0)