We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb03ee commit 656f781Copy full SHA for 656f781
boringssl.nim
@@ -204,7 +204,8 @@ when BORINGSS_USE_ASM:
204
205
static:
206
for asmPathRel in asmFiles:
207
- let asmPath = baseDir / asmPathRel
+ var asmPath = baseDir / asmPathRel
208
+ asmPath.normalizePath(dirSep = '/')
209
let outObj = outDir / (asmPath.splitFile.name & ".obj")
210
let hashPath = outObj & ".md5"
211
let srcHash = getMD5(staticRead(asmPath))
0 commit comments