fix wrong arch defined(osx) (#8492)

This commit is contained in:
Timothee Cour
2018-08-01 16:19:29 -07:00
committed by Andreas Rumpf
parent 8f4c5a8955
commit 674bd7bfad

View File

@@ -145,7 +145,7 @@ else:
echo getLastModificationTime("a") == tm
removeFile("a")
when defined(Linux) or defined(osx):
when defined(posix):
block normalizedPath:
block relative: