diff --git a/setup.py b/setup.py index 3d7543ab..f27f9c52 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ os.path.join('libsass', 'include') ): for pth, _, filenames in os.walk(directory): - for filename in filenames: + for filename in sorted(filenames): filename = os.path.join(pth, filename) if filename.endswith(('.c', '.cpp')): sources.append(filename)
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: