We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40bc538 + c6e0fbb commit 8820748Copy full SHA for 8820748
setup.py
@@ -56,7 +56,7 @@
56
if os.path.isfile(datadirfile_save):
57
shutil.move(datadirfile_save, datadirfile)
58
59
- deps = glob.glob('src/*.c')
+ deps = sorted(glob.glob('src/*.c'))
60
macros = []
61
# these flags are set by configure when proj.4 lib is built.
62
# enable pthreads support
0 commit comments