We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb03ee commit 3713e95Copy full SHA for 3713e95
boringssl.nim
@@ -207,7 +207,7 @@ when BORINGSS_USE_ASM:
207
let asmPath = baseDir / asmPathRel
208
let outObj = outDir / (asmPath.splitFile.name & ".obj")
209
let hashPath = outObj & ".md5"
210
- let srcHash = getMD5(staticRead(asmPath))
+ let srcHash = getMD5(staticRead(asmPath).normalizePath(dirSep = '/'))
211
let cachedHash =
212
if fileExists(hashPath):
213
readFile(hashPath)
0 commit comments