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.
1 parent cae88de commit 684570aCopy full SHA for 684570a
project/Build.scala
@@ -116,7 +116,7 @@ object ScalaZ3Build extends Build {
116
val hashFile = z3Path / ".build-hash"
117
def computeHash(): String = {
118
hashFiles(listAllFiles(z3Path.asFile).filter { f =>
119
- !f.getName.endsWith(".pyc") && !f.isHidden && !f.getName.startsWith(".")
+ !f.getName.endsWith(".pyc") && !f.isHidden && !f.getName.startsWith(".") && !f.getName.endsWith(".a")
120
})
121
}
122
0 commit comments