mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
fix wrong arch defined(osx) (#8492)
This commit is contained in:
committed by
Andreas Rumpf
parent
8f4c5a8955
commit
674bd7bfad
@@ -145,7 +145,7 @@ else:
|
||||
echo getLastModificationTime("a") == tm
|
||||
removeFile("a")
|
||||
|
||||
when defined(Linux) or defined(osx):
|
||||
when defined(posix):
|
||||
|
||||
block normalizedPath:
|
||||
block relative:
|
||||
|
||||
Reference in New Issue
Block a user